Html Css Color HEX #420193 Indigo

📋 copy color: '#420193'

red 66 ◦ green 1 ◦ blue 147

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

Shades of Indigo #420193

Tints of Indigo #420193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.69%

R = 30.84%
G = 0.47%
B = 68.69%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420193 (or 0x420193) is known color: Indigo. HEX triplet: 42, 01 and 93. RGB value is (66,1,147). Sum of RGB (Red+Green+Blue) = 66+1+147=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #420193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420193 is #BDFE6C. Grayscale: #242424. Windows color (decimal): -12451437 or 9634114. OLE color: 9634114.

HSL color Cylindrical-coordinate representation of color #420193: hue angle of 266.71º 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 #420193 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 1 147 -
CMYK 0.55 0.99 0 0.42
HSL 266.71º 0.99% 0.29% -
HSV(B) 266.71º 0.99% 0.58% -
XYZ 7.52 3.29 27.84 -
YUV 37.08 190.03 148.63 -
System Red Green Blue C M Y K H S L
Decimal 66 1 147 0.55 0.99 0 0.42 266.71 0.99 0.29
Hex 42 1 93 37 63 0 2A 10B 63 1D
Octal 102 1 223 67 143 0 52 413 143 35
Binary 1000010 1 10010011 110111 1100011 0 101010 100001011 1100011 11101

Color Harmonies of #420193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420193

Black with #420193

Text Example


Text Example

White with #420193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420193; }

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

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

background-color css

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

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

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

border-color css

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

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

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