Html Css Color HEX #420993 Indigo

📋 copy color: '#420993'

red 66 ◦ green 9 ◦ blue 147

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

Shades of Indigo #420993

Tints of Indigo #420993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

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

R = 29.73%
G = 4.05%
B = 66.22%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420993 (or 0x420993) is known color: Indigo. HEX triplet: 42, 09 and 93. RGB value is (66,9,147). Sum of RGB (Red+Green+Blue) = 66+9+147=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #420993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420993 is #BDF66C. Grayscale: #292929. Windows color (decimal): -12449389 or 9636162. OLE color: 9636162.

HSL color Cylindrical-coordinate representation of color #420993: hue angle of 264.78º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420993 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 9 147 -
CMYK 0.55 0.94 0 0.42
HSL 264.78º 0.88% 0.31% -
HSV(B) 264.78º 0.94% 0.58% -
XYZ 7.61 3.46 27.87 -
YUV 41.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 66 9 147 0.55 0.94 0 0.42 264.78 0.88 0.31
Hex 42 9 93 37 5E 0 2A 109 58 1F
Octal 102 11 223 67 136 0 52 411 130 37
Binary 1000010 1001 10010011 110111 1011110 0 101010 100001001 1011000 11111

Color Harmonies of #420993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420993

Black with #420993

Text Example


Text Example

White with #420993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420993; }

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

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

background-color css

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

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

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

border-color css

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

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

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