Html Css Color HEX #420567 Indigo

📋 copy color: '#420567'

red 66 ◦ green 5 ◦ blue 103

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

Shades of Indigo #420567

Tints of Indigo #420567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 59.2%

R = 37.93%
G = 2.87%
B = 59.2%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#420567 (or 0x420567) is known color: Indigo. HEX triplet: 42, 05 and 67. RGB value is (66,5,103). Sum of RGB (Red+Green+Blue) = 66+5+103=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #420567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420567 is #BDFA98. Grayscale: #222222. Windows color (decimal): -12450457 or 6751554. OLE color: 6751554.

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

Color convert

RGB 66 5 103 -
CMYK 0.36 0.95 0 0.60
HSL 277.35º 0.91% 0.21% -
HSV(B) 277.35º 0.95% 0.4% -
XYZ 4.75 2.25 13.02 -
YUV 34.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 66 5 103 0.36 0.95 0 0.60 277.35 0.91 0.21
Hex 42 5 67 24 5F 0 3C 115 5B 15
Octal 102 5 147 44 137 0 74 425 133 25
Binary 1000010 101 1100111 100100 1011111 0 111100 100010101 1011011 10101

Color Harmonies of #420567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420567

Black with #420567

Text Example


Text Example

White with #420567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420567; }

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

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

background-color css

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

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

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

border-color css

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

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

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