Html Css Color HEX #420D98 Indigo

📋 copy color: '#420D98'

red 66 ◦ green 13 ◦ blue 152

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

Shades of Indigo #420D98

Tints of Indigo #420D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

 BLUE value IS 152 (59.77% from 255) = 65.8%

R = 28.57%
G = 5.63%
B = 65.8%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#420D98 (or 0x420D98) is known color: Indigo. HEX triplet: 42, 0D and 98. RGB value is (66,13,152). Sum of RGB (Red+Green+Blue) = 66+13+152=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #420D98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420D98 is #BDF267. Grayscale: #2C2C2C. Windows color (decimal): -12448360 or 9964866. OLE color: 9964866.

HSL color Cylindrical-coordinate representation of color #420D98: hue angle of 262.88º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420D98 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 13 152 -
CMYK 0.57 0.91 0 0.40
HSL 262.88º 0.84% 0.32% -
HSV(B) 262.88º 0.91% 0.6% -
XYZ 8.06 3.71 30 -
YUV 44.69 188.56 143.2 -
System Red Green Blue C M Y K H S L
Decimal 66 13 152 0.57 0.91 0 0.40 262.88 0.84 0.32
Hex 42 D 98 39 5B 0 28 107 54 20
Octal 102 15 230 71 133 0 50 407 124 40
Binary 1000010 1101 10011000 111001 1011011 0 101000 100000111 1010100 100000

Color Harmonies of #420D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D98

Black with #420D98

Text Example


Text Example

White with #420D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,13,152); }

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

background-color css

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

 a { background-color: rgb(66,13,152); }

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

border-color css

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

 span { border-color: rgb(66,13,152); }

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