Html Css Color HEX #420293 Indigo

📋 copy color: '#420293'

red 66 ◦ green 2 ◦ blue 147

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

Shades of Indigo #420293

Tints of Indigo #420293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 30.7%
G = 0.93%
B = 68.37%

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

#420293 (or 0x420293) is known color: Indigo. HEX triplet: 42, 02 and 93. RGB value is (66,2,147). Sum of RGB (Red+Green+Blue) = 66+2+147=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #420293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420293 is #BDFD6C. Grayscale: #252525. Windows color (decimal): -12451181 or 9634370. OLE color: 9634370.

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

Color convert

RGB 66 2 147 -
CMYK 0.55 0.99 0 0.42
HSL 266.48º 0.97% 0.29% -
HSV(B) 266.48º 0.99% 0.58% -
XYZ 7.53 3.31 27.85 -
YUV 37.67 189.7 148.21 -
System Red Green Blue C M Y K H S L
Decimal 66 2 147 0.55 0.99 0 0.42 266.48 0.97 0.29
Hex 42 2 93 37 63 0 2A 10A 61 1D
Octal 102 2 223 67 143 0 52 412 141 35
Binary 1000010 10 10010011 110111 1100011 0 101010 100001010 1100001 11101

Color Harmonies of #420293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420293

Black with #420293

Text Example


Text Example

White with #420293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420293; }

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

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

background-color css

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

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

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

border-color css

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

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

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