Html Css Color HEX #420892 Indigo

📋 copy color: '#420892'

red 66 ◦ green 8 ◦ blue 146

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

Shades of Indigo #420892

Tints of Indigo #420892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 146 (57.42% from 255) = 66.36%

R = 30%
G = 3.64%
B = 66.36%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#420892 (or 0x420892) is known color: Indigo. HEX triplet: 42, 08 and 92. RGB value is (66,8,146). Sum of RGB (Red+Green+Blue) = 66+8+146=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #420892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420892 is #BDF76D. Grayscale: #282828. Windows color (decimal): -12449646 or 9570370. OLE color: 9570370.

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

Color convert

RGB 66 8 146 -
CMYK 0.55 0.95 0 0.43
HSL 265.22º 0.9% 0.3% -
HSV(B) 265.22º 0.95% 0.57% -
XYZ 7.52 3.41 27.46 -
YUV 41.07 187.22 145.78 -
System Red Green Blue C M Y K H S L
Decimal 66 8 146 0.55 0.95 0 0.43 265.22 0.9 0.3
Hex 42 8 92 37 5F 0 2B 109 5A 1E
Octal 102 10 222 67 137 0 53 411 132 36
Binary 1000010 1000 10010010 110111 1011111 0 101011 100001001 1011010 11110

Color Harmonies of #420892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420892

Black with #420892

Text Example


Text Example

White with #420892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420892; }

 p { color: rgb(66,8,146); }

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

background-color css

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

 a { background-color: rgb(66,8,146); }

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

border-color css

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

 span { border-color: rgb(66,8,146); }

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