Html Css Color HEX #420195 Indigo

📋 copy color: '#420195'

red 66 ◦ green 1 ◦ blue 149

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

Shades of Indigo #420195

Tints of Indigo #420195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 30.56%
G = 0.46%
B = 68.98%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420195 (or 0x420195) is known color: Indigo. HEX triplet: 42, 01 and 95. RGB value is (66,1,149). Sum of RGB (Red+Green+Blue) = 66+1+149=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #420195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420195 is #BDFE6A. Grayscale: #242424. Windows color (decimal): -12451435 or 9765186. OLE color: 9765186.

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

Color convert

RGB 66 1 149 -
CMYK 0.56 0.99 0 0.42
HSL 266.35º 0.99% 0.29% -
HSV(B) 266.35º 0.99% 0.58% -
XYZ 7.68 3.35 28.68 -
YUV 37.31 191.03 148.47 -
System Red Green Blue C M Y K H S L
Decimal 66 1 149 0.56 0.99 0 0.42 266.35 0.99 0.29
Hex 42 1 95 38 63 0 2A 10A 63 1D
Octal 102 1 225 70 143 0 52 412 143 35
Binary 1000010 1 10010101 111000 1100011 0 101010 100001010 1100011 11101

Color Harmonies of #420195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420195

Black with #420195

Text Example


Text Example

White with #420195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420195; }

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

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

background-color css

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

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

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

border-color css

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

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

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