Html Css Color HEX #420B7D Indigo

📋 copy color: '#420B7D'

red 66 ◦ green 11 ◦ blue 125

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

Shades of Indigo #420B7D

Tints of Indigo #420B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.88%

R = 32.67%
G = 5.45%
B = 61.88%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#420B7D (or 0x420B7D) is known color: Indigo. HEX triplet: 42, 0B and 7D. RGB value is (66,11,125). Sum of RGB (Red+Green+Blue) = 66+11+125=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #420B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B7D is #BDF482. Grayscale: #282828. Windows color (decimal): -12448899 or 8194882. OLE color: 8194882.

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

Color convert

RGB 66 11 125 -
CMYK 0.47 0.91 0 0.51
HSL 268.95º 0.84% 0.27% -
HSV(B) 268.95º 0.91% 0.49% -
XYZ 6.07 2.88 19.64 -
YUV 40.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 66 11 125 0.47 0.91 0 0.51 268.95 0.84 0.27
Hex 42 B 7D 2F 5B 0 33 10D 54 1B
Octal 102 13 175 57 133 0 63 415 124 33
Binary 1000010 1011 1111101 101111 1011011 0 110011 100001101 1010100 11011

Color Harmonies of #420B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B7D

Black with #420B7D

Text Example


Text Example

White with #420B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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