Html Css Color HEX #420696 Indigo

📋 copy color: '#420696'

red 66 ◦ green 6 ◦ blue 150

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

Shades of Indigo #420696

Tints of Indigo #420696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

 BLUE value IS 150 (58.98% from 255) = 67.57%

R = 29.73%
G = 2.7%
B = 67.57%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#420696 (or 0x420696) is known color: Indigo. HEX triplet: 42, 06 and 96. RGB value is (66,6,150). Sum of RGB (Red+Green+Blue) = 66+6+150=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #420696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420696 is #BDF969. Grayscale: #272727. Windows color (decimal): -12450154 or 9832002. OLE color: 9832002.

HSL color Cylindrical-coordinate representation of color #420696: hue angle of 265º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420696 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 6 150 -
CMYK 0.56 0.96 0 0.41
HSL 265º 0.92% 0.31% -
HSV(B) 265º 0.96% 0.59% -
XYZ 7.82 3.49 29.12 -
YUV 40.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 66 6 150 0.56 0.96 0 0.41 265 0.92 0.31
Hex 42 6 96 38 60 0 29 109 5C 1F
Octal 102 6 226 70 140 0 51 411 134 37
Binary 1000010 110 10010110 111000 1100000 0 101001 100001001 1011100 11111

Color Harmonies of #420696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420696

Black with #420696

Text Example


Text Example

White with #420696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420696; }

 p { color: rgb(66,6,150); }

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

background-color css

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

 a { background-color: rgb(66,6,150); }

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

border-color css

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

 span { border-color: rgb(66,6,150); }

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