Html Css Color HEX #420494 Indigo

📋 copy color: '#420494'

red 66 ◦ green 4 ◦ blue 148

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

Shades of Indigo #420494

Tints of Indigo #420494

RGB

 RED value IS 66 (26.17% from 255) = 30.28%

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 30.28%
G = 1.83%
B = 67.89%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420494 (or 0x420494) is known color: Indigo. HEX triplet: 42, 04 and 94. RGB value is (66,4,148). Sum of RGB (Red+Green+Blue) = 66+4+148=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #420494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420494 is #BDFB6B. Grayscale: #262626. Windows color (decimal): -12450668 or 9700418. OLE color: 9700418.

HSL color Cylindrical-coordinate representation of color #420494: hue angle of 265.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420494 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 4 148 -
CMYK 0.55 0.97 0 0.42
HSL 265.83º 0.95% 0.3% -
HSV(B) 265.83º 0.97% 0.58% -
XYZ 7.64 3.38 28.27 -
YUV 38.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 66 4 148 0.55 0.97 0 0.42 265.83 0.95 0.3
Hex 42 4 94 37 61 0 2A 10A 5F 1E
Octal 102 4 224 67 141 0 52 412 137 36
Binary 1000010 100 10010100 110111 1100001 0 101010 100001010 1011111 11110

Color Harmonies of #420494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420494

Black with #420494

Text Example


Text Example

White with #420494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420494; }

 p { color: rgb(66,4,148); }

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

background-color css

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

 a { background-color: rgb(66,4,148); }

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

border-color css

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

 span { border-color: rgb(66,4,148); }

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