Html Css Color HEX #420395 Indigo

📋 copy color: '#420395'

red 66 ◦ green 3 ◦ blue 149

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

Shades of Indigo #420395

Tints of Indigo #420395

RGB

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

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

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

R = 30.28%
G = 1.38%
B = 68.35%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420395 (or 0x420395) is known color: Indigo. HEX triplet: 42, 03 and 95. RGB value is (66,3,149). Sum of RGB (Red+Green+Blue) = 66+3+149=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #420395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420395 is #BDFC6A. Grayscale: #252525. Windows color (decimal): -12450923 or 9765698. OLE color: 9765698.

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

Color convert

RGB 66 3 149 -
CMYK 0.56 0.98 0 0.42
HSL 265.89º 0.96% 0.3% -
HSV(B) 265.89º 0.98% 0.58% -
XYZ 7.7 3.39 28.68 -
YUV 38.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 66 3 149 0.56 0.98 0 0.42 265.89 0.96 0.3
Hex 42 3 95 38 62 0 2A 10A 60 1E
Octal 102 3 225 70 142 0 52 412 140 36
Binary 1000010 11 10010101 111000 1100010 0 101010 100001010 1100000 11110

Color Harmonies of #420395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420395

Black with #420395

Text Example


Text Example

White with #420395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420395; }

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

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

background-color css

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

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

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

border-color css

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

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

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