Html Css Color HEX #420899 Indigo

📋 copy color: '#420899'

red 66 ◦ green 8 ◦ blue 153

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

Shades of Indigo #420899

Tints of Indigo #420899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

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

R = 29.07%
G = 3.52%
B = 67.4%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#420899 (or 0x420899) is known color: Indigo. HEX triplet: 42, 08 and 99. RGB value is (66,8,153). Sum of RGB (Red+Green+Blue) = 66+8+153=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #420899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420899 is #BDF766. Grayscale: #292929. Windows color (decimal): -12449639 or 10029122. OLE color: 10029122.

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

Color convert

RGB 66 8 153 -
CMYK 0.57 0.95 0 0.4
HSL 264º 0.9% 0.32% -
HSV(B) 264º 0.95% 0.6% -
XYZ 8.08 3.63 30.41 -
YUV 41.87 190.72 145.21 -
System Red Green Blue C M Y K H S L
Decimal 66 8 153 0.57 0.95 0 0.4 264 0.9 0.32
Hex 42 8 99 39 5F 0 28 108 5A 20
Octal 102 10 231 71 137 0 50 410 132 40
Binary 1000010 1000 10011001 111001 1011111 0 101000 100001000 1011010 100000

Color Harmonies of #420899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420899

Black with #420899

Text Example


Text Example

White with #420899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420899; }

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

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

background-color css

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

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

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

border-color css

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

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

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