Html Css Color HEX #420495 Indigo

📋 copy color: '#420495'

red 66 ◦ green 4 ◦ blue 149

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

Shades of Indigo #420495

Tints of Indigo #420495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 30.14%
G = 1.83%
B = 68.04%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420495 (or 0x420495) is known color: Indigo. HEX triplet: 42, 04 and 95. RGB value is (66,4,149). Sum of RGB (Red+Green+Blue) = 66+4+149=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #420495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420495 is #BDFB6A. Grayscale: #262626. Windows color (decimal): -12450667 or 9765954. OLE color: 9765954.

HSL color Cylindrical-coordinate representation of color #420495: hue angle of 265.66º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420495 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 4 149 -
CMYK 0.56 0.97 0 0.42
HSL 265.66º 0.95% 0.3% -
HSV(B) 265.66º 0.97% 0.58% -
XYZ 7.71 3.42 28.69 -
YUV 39.07 190.04 147.21 -
System Red Green Blue C M Y K H S L
Decimal 66 4 149 0.56 0.97 0 0.42 265.66 0.95 0.3
Hex 42 4 95 38 61 0 2A 10A 5F 1E
Octal 102 4 225 70 141 0 52 412 137 36
Binary 1000010 100 10010101 111000 1100001 0 101010 100001010 1011111 11110

Color Harmonies of #420495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420495

Black with #420495

Text Example


Text Example

White with #420495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420495; }

 p { color: rgb(66,4,149); }

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

background-color css

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

 a { background-color: rgb(66,4,149); }

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

border-color css

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

 span { border-color: rgb(66,4,149); }

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