Html Css Color HEX #420373 Indigo

📋 copy color: '#420373'

red 66 ◦ green 3 ◦ blue 115

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

Shades of Indigo #420373

Tints of Indigo #420373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

 BLUE value IS 115 (45.31% from 255) = 62.5%

R = 35.87%
G = 1.63%
B = 62.5%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420373 (or 0x420373) is known color: Indigo. HEX triplet: 42, 03 and 73. RGB value is (66,3,115). Sum of RGB (Red+Green+Blue) = 66+3+115=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #420373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420373 is #BDFC8C. Grayscale: #222222. Windows color (decimal): -12450957 or 7537474. OLE color: 7537474.

HSL color Cylindrical-coordinate representation of color #420373: hue angle of 273.75º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420373 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 3 115 -
CMYK 0.43 0.97 0 0.55
HSL 273.75º 0.95% 0.23% -
HSV(B) 273.75º 0.97% 0.45% -
XYZ 5.37 2.46 16.41 -
YUV 34.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 66 3 115 0.43 0.97 0 0.55 273.75 0.95 0.23
Hex 42 3 73 2B 61 0 37 112 5F 17
Octal 102 3 163 53 141 0 67 422 137 27
Binary 1000010 11 1110011 101011 1100001 0 110111 100010010 1011111 10111

Color Harmonies of #420373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420373

Black with #420373

Text Example


Text Example

White with #420373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420373; }

 p { color: rgb(66,3,115); }

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

background-color css

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

 a { background-color: rgb(66,3,115); }

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

border-color css

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

 span { border-color: rgb(66,3,115); }

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