Html Css Color HEX #420B80 Indigo

📋 copy color: '#420B80'

red 66 ◦ green 11 ◦ blue 128

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

Shades of Indigo #420B80

Tints of Indigo #420B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 62.44%

R = 32.2%
G = 5.37%
B = 62.44%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#420B80 (or 0x420B80) is known color: Indigo. HEX triplet: 42, 0B and 80. RGB value is (66,11,128). Sum of RGB (Red+Green+Blue) = 66+11+128=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #420B80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420B80 is #BDF47F. Grayscale: #282828. Windows color (decimal): -12448896 or 8391490. OLE color: 8391490.

HSL color Cylindrical-coordinate representation of color #420B80: hue angle of 268.21º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420B80 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 11 128 -
CMYK 0.48 0.91 0 0.50
HSL 268.21º 0.84% 0.27% -
HSV(B) 268.21º 0.91% 0.5% -
XYZ 6.26 2.96 20.66 -
YUV 40.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 66 11 128 0.48 0.91 0 0.50 268.21 0.84 0.27
Hex 42 B 80 30 5B 0 32 10C 54 1B
Octal 102 13 200 60 133 0 62 414 124 33
Binary 1000010 1011 10000000 110000 1011011 0 110010 100001100 1010100 11011

Color Harmonies of #420B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B80

Black with #420B80

Text Example


Text Example

White with #420B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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