Html Css Color HEX #420569 Indigo

📋 copy color: '#420569'

red 66 ◦ green 5 ◦ blue 105

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

Shades of Indigo #420569

Tints of Indigo #420569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 59.66%

R = 37.5%
G = 2.84%
B = 59.66%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#420569 (or 0x420569) is known color: Indigo. HEX triplet: 42, 05 and 69. RGB value is (66,5,105). Sum of RGB (Red+Green+Blue) = 66+5+105=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #420569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420569 is #BDFA96. Grayscale: #222222. Windows color (decimal): -12450455 or 6882626. OLE color: 6882626.

HSL color Cylindrical-coordinate representation of color #420569: hue angle of 276.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420569 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 5 105 -
CMYK 0.37 0.95 0 0.59
HSL 276.6º 0.91% 0.22% -
HSV(B) 276.6º 0.95% 0.41% -
XYZ 4.85 2.29 13.55 -
YUV 34.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 66 5 105 0.37 0.95 0 0.59 276.6 0.91 0.22
Hex 42 5 69 25 5F 0 3B 115 5B 16
Octal 102 5 151 45 137 0 73 425 133 26
Binary 1000010 101 1101001 100101 1011111 0 111011 100010101 1011011 10110

Color Harmonies of #420569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420569

Black with #420569

Text Example


Text Example

White with #420569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420569; }

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

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

background-color css

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

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

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

border-color css

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

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

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