Html Css Color HEX #420F6E Indigo

📋 copy color: '#420F6E'

red 66 ◦ green 15 ◦ blue 110

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

Shades of Indigo #420F6E

Tints of Indigo #420F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.85%

 BLUE value IS 110 (43.36% from 255) = 57.59%

R = 34.55%
G = 7.85%
B = 57.59%

CMYK

 C value IS 0.4

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#420F6E (or 0x420F6E) is known color: Indigo. HEX triplet: 42, 0F and 6E. RGB value is (66,15,110). Sum of RGB (Red+Green+Blue) = 66+15+110=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #420F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F6E is #BDF091. Grayscale: #282828. Windows color (decimal): -12447890 or 7212866. OLE color: 7212866.

HSL color Cylindrical-coordinate representation of color #420F6E: hue angle of 272.21º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420F6E is Cyan = 0.4, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 15 110 -
CMYK 0.4 0.86 0 0.57
HSL 272.21º 0.76% 0.25% -
HSV(B) 272.21º 0.86% 0.43% -
XYZ 5.23 2.63 14.98 -
YUV 41.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 66 15 110 0.4 0.86 0 0.57 272.21 0.76 0.25
Hex 42 F 6E 28 56 0 39 110 4C 19
Octal 102 17 156 50 126 0 71 420 114 31
Binary 1000010 1111 1101110 101000 1010110 0 111001 100010000 1001100 11001

Color Harmonies of #420F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F6E

Black with #420F6E

Text Example


Text Example

White with #420F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420F6E; }

 p { color: rgb(66,15,110); }

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

background-color css

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

 a { background-color: rgb(66,15,110); }

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

border-color css

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

 span { border-color: rgb(66,15,110); }

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