Html Css Color HEX #4C00EA Han Purple

📋 copy color: '#4C00EA'

red 76 ◦ green 0 ◦ blue 234

#4C00EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4C00EA

Tints of Han Purple #4C00EA

RGB

 RED value IS 76 (30.08% from 255) = 24.52%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 75.48%

R = 24.52%
G = 0%
B = 75.48%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4C00EA (or 0x4C00EA) is known color: Han Purple. HEX triplet: 4C, 00 and EA. RGB value is (76,0,234). Sum of RGB (Red+Green+Blue) = 76+0+234=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C00EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C00EA is #B3FF15. Grayscale: #303030. Windows color (decimal): -11796246 or 15335500. OLE color: 15335500.

HSL color Cylindrical-coordinate representation of color #4C00EA: hue angle of 259.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C00EA is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 0 234 -
CMYK 0.68 1 0 0.08
HSL 259.49º 1% 0.46% -
HSV(B) 259.49º 1% 0.92% -
XYZ 17.83 7.48 78.35 -
YUV 49.4 232.18 146.97 -
System Red Green Blue C M Y K H S L
Decimal 76 0 234 0.68 1 0 0.08 259.49 1 0.46
Hex 4C 0 EA 44 64 0 8 103 64 2E
Octal 114 0 352 104 144 0 10 403 144 56
Binary 1001100 0 11101010 1000100 1100100 0 1000 100000011 1100100 101110

Color Harmonies of #4C00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C00EA

Black with #4C00EA

Text Example


Text Example

White with #4C00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C00EA; }

 p { color: rgb(76,0,234); }

 H1.HeaderClassName
 {
   color: #4C00EA;
 }
 .AnyTagClassName
 {
   color: #4C00EA;
 }
</style>

background-color css

<style>
 a { background-color: #4C00EA; }

 a { background-color: rgb(76,0,234); }

 div.DivClassName
 {
   background-color: #4C00EA;
 }
 .BgClassName
 {
   background-color: #4C00EA;
 }
</style>

border-color css

<style>
 span { border-color: #4C00EA; }

 span { border-color: rgb(76,0,234); }

 td.TdClassName
 {
   border-color: #4C00EA;
 }
 .TagClassName
 {
   border-color: #4C00EA;
 }
</style>