Html Css Color HEX #420393 Indigo

📋 copy color: '#420393'

red 66 ◦ green 3 ◦ blue 147

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

Shades of Indigo #420393

Tints of Indigo #420393

RGB

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

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

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

R = 30.56%
G = 1.39%
B = 68.06%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420393 (or 0x420393) is known color: Indigo. HEX triplet: 42, 03 and 93. RGB value is (66,3,147). Sum of RGB (Red+Green+Blue) = 66+3+147=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #420393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420393 is #BDFC6C. Grayscale: #252525. Windows color (decimal): -12450925 or 9634626. OLE color: 9634626.

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

Color convert

RGB 66 3 147 -
CMYK 0.55 0.98 0 0.42
HSL 266.25º 0.96% 0.29% -
HSV(B) 266.25º 0.98% 0.58% -
XYZ 7.55 3.33 27.85 -
YUV 38.25 189.37 147.79 -
System Red Green Blue C M Y K H S L
Decimal 66 3 147 0.55 0.98 0 0.42 266.25 0.96 0.29
Hex 42 3 93 37 62 0 2A 10A 60 1D
Octal 102 3 223 67 142 0 52 412 140 35
Binary 1000010 11 10010011 110111 1100010 0 101010 100001010 1100000 11101

Color Harmonies of #420393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420393

Black with #420393

Text Example


Text Example

White with #420393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420393; }

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

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

background-color css

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

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

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

border-color css

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

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

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