Html Css Color HEX #420360 Indigo

📋 copy color: '#420360'

red 66 ◦ green 3 ◦ blue 96

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

Shades of Indigo #420360

Tints of Indigo #420360

RGB

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

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

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

R = 40%
G = 1.82%
B = 58.18%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420360 (or 0x420360) is known color: Indigo. HEX triplet: 42, 03 and 60. RGB value is (66,3,96). Sum of RGB (Red+Green+Blue) = 66+3+96=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #420360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420360 is #BDFC9F. Grayscale: #202020. Windows color (decimal): -12450976 or 6292290. OLE color: 6292290.

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

Color convert

RGB 66 3 96 -
CMYK 0.31 0.97 0 0.62
HSL 280.65º 0.94% 0.19% -
HSV(B) 280.65º 0.97% 0.38% -
XYZ 4.39 2.07 11.23 -
YUV 32.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 66 3 96 0.31 0.97 0 0.62 280.65 0.94 0.19
Hex 42 3 60 1F 61 0 3E 119 5E 13
Octal 102 3 140 37 141 0 76 431 136 23
Binary 1000010 11 1100000 11111 1100001 0 111110 100011001 1011110 10011

Color Harmonies of #420360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420360

Black with #420360

Text Example


Text Example

White with #420360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420360; }

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

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

background-color css

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

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

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

border-color css

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

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

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