Html Css Color HEX #420493 Indigo

📋 copy color: '#420493'

red 66 ◦ green 4 ◦ blue 147

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

Shades of Indigo #420493

Tints of Indigo #420493

RGB

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

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

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

R = 30.41%
G = 1.84%
B = 67.74%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420493 (or 0x420493) is known color: Indigo. HEX triplet: 42, 04 and 93. RGB value is (66,4,147). Sum of RGB (Red+Green+Blue) = 66+4+147=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #420493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420493 is #BDFB6C. Grayscale: #262626. Windows color (decimal): -12450669 or 9634882. OLE color: 9634882.

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

Color convert

RGB 66 4 147 -
CMYK 0.55 0.97 0 0.42
HSL 266.01º 0.95% 0.3% -
HSV(B) 266.01º 0.97% 0.58% -
XYZ 7.56 3.35 27.85 -
YUV 38.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 66 4 147 0.55 0.97 0 0.42 266.01 0.95 0.3
Hex 42 4 93 37 61 0 2A 10A 5F 1E
Octal 102 4 223 67 141 0 52 412 137 36
Binary 1000010 100 10010011 110111 1100001 0 101010 100001010 1011111 11110

Color Harmonies of #420493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420493

Black with #420493

Text Example


Text Example

White with #420493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420493; }

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

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

background-color css

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

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

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

border-color css

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

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

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