Html Css Color HEX #420599 Indigo

📋 copy color: '#420599'

red 66 ◦ green 5 ◦ blue 153

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

Shades of Indigo #420599

Tints of Indigo #420599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 29.46%
G = 2.23%
B = 68.3%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#420599 (or 0x420599) is known color: Indigo. HEX triplet: 42, 05 and 99. RGB value is (66,5,153). Sum of RGB (Red+Green+Blue) = 66+5+153=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #420599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420599 is #BDFA66. Grayscale: #272727. Windows color (decimal): -12450407 or 10028354. OLE color: 10028354.

HSL color Cylindrical-coordinate representation of color #420599: hue angle of 264.73º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420599 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 5 153 -
CMYK 0.57 0.97 0 0.4
HSL 264.73º 0.94% 0.31% -
HSV(B) 264.73º 0.97% 0.6% -
XYZ 8.05 3.57 30.4 -
YUV 40.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 66 5 153 0.57 0.97 0 0.4 264.73 0.94 0.31
Hex 42 5 99 39 61 0 28 109 5E 1F
Octal 102 5 231 71 141 0 50 411 136 37
Binary 1000010 101 10011001 111001 1100001 0 101000 100001001 1011110 11111

Color Harmonies of #420599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420599

Black with #420599

Text Example


Text Example

White with #420599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420599; }

 p { color: rgb(66,5,153); }

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

background-color css

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

 a { background-color: rgb(66,5,153); }

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

border-color css

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

 span { border-color: rgb(66,5,153); }

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