Html Css Color HEX #420568 Indigo

📋 copy color: '#420568'

red 66 ◦ green 5 ◦ blue 104

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

Shades of Indigo #420568

Tints of Indigo #420568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 59.43%

R = 37.71%
G = 2.86%
B = 59.43%

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

#420568 (or 0x420568) is known color: Indigo. HEX triplet: 42, 05 and 68. RGB value is (66,5,104). Sum of RGB (Red+Green+Blue) = 66+5+104=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #420568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420568 is #BDFA97. Grayscale: #222222. Windows color (decimal): -12450456 or 6817090. OLE color: 6817090.

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

Color convert

RGB 66 5 104 -
CMYK 0.37 0.95 0 0.59
HSL 276.97º 0.91% 0.21% -
HSV(B) 276.97º 0.95% 0.41% -
XYZ 4.8 2.27 13.28 -
YUV 34.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 66 5 104 0.37 0.95 0 0.59 276.97 0.91 0.21
Hex 42 5 68 25 5F 0 3B 115 5B 15
Octal 102 5 150 45 137 0 73 425 133 25
Binary 1000010 101 1101000 100101 1011111 0 111011 100010101 1011011 10101

Color Harmonies of #420568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420568

Black with #420568

Text Example


Text Example

White with #420568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420568; }

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

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

background-color css

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

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

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

border-color css

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

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

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