Html Css Color HEX #420B8C Indigo

📋 copy color: '#420B8C'

red 66 ◦ green 11 ◦ blue 140

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

Shades of Indigo #420B8C

Tints of Indigo #420B8C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.07%

 BLUE value IS 140 (55.08% from 255) = 64.52%

R = 30.41%
G = 5.07%
B = 64.52%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#420B8C (or 0x420B8C) is known color: Indigo. HEX triplet: 42, 0B and 8C. RGB value is (66,11,140). Sum of RGB (Red+Green+Blue) = 66+11+140=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #420B8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420B8C is #BDF473. Grayscale: #292929. Windows color (decimal): -12448884 or 9177922. OLE color: 9177922.

HSL color Cylindrical-coordinate representation of color #420B8C: hue angle of 265.58º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420B8C is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 11 140 -
CMYK 0.53 0.92 0 0.45
HSL 265.58º 0.85% 0.3% -
HSV(B) 265.58º 0.92% 0.55% -
XYZ 7.1 3.29 25.07 -
YUV 42.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 66 11 140 0.53 0.92 0 0.45 265.58 0.85 0.3
Hex 42 B 8C 35 5C 0 2D 10A 55 1E
Octal 102 13 214 65 134 0 55 412 125 36
Binary 1000010 1011 10001100 110101 1011100 0 101101 100001010 1010101 11110

Color Harmonies of #420B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B8C

Black with #420B8C

Text Example


Text Example

White with #420B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,11,140); }

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

background-color css

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

 a { background-color: rgb(66,11,140); }

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

border-color css

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

 span { border-color: rgb(66,11,140); }

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