Html Css Color HEX #420560 Indigo

📋 copy color: '#420560'

red 66 ◦ green 5 ◦ blue 96

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

Shades of Indigo #420560

Tints of Indigo #420560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 57.49%

R = 39.52%
G = 2.99%
B = 57.49%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420560 (or 0x420560) is known color: Indigo. HEX triplet: 42, 05 and 60. RGB value is (66,5,96). Sum of RGB (Red+Green+Blue) = 66+5+96=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #420560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420560 is #BDFA9F. Grayscale: #212121. Windows color (decimal): -12450464 or 6292802. OLE color: 6292802.

HSL color Cylindrical-coordinate representation of color #420560: hue angle of 280.22º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420560 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 5 96 -
CMYK 0.31 0.95 0 0.62
HSL 280.22º 0.9% 0.2% -
HSV(B) 280.22º 0.95% 0.38% -
XYZ 4.41 2.11 11.24 -
YUV 33.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 66 5 96 0.31 0.95 0 0.62 280.22 0.9 0.2
Hex 42 5 60 1F 5F 0 3E 118 5A 14
Octal 102 5 140 37 137 0 76 430 132 24
Binary 1000010 101 1100000 11111 1011111 0 111110 100011000 1011010 10100

Color Harmonies of #420560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420560

Black with #420560

Text Example


Text Example

White with #420560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420560; }

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

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

background-color css

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

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

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

border-color css

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

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

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