Html Css Color HEX #420093 Indigo

📋 copy color: '#420093'

red 66 ◦ green 0 ◦ blue 147

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

Shades of Indigo #420093

Tints of Indigo #420093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.99%
G = 0%
B = 69.01%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420093 (or 0x420093) is known color: Indigo. HEX triplet: 42, 00 and 93. RGB value is (66,0,147). Sum of RGB (Red+Green+Blue) = 66+0+147=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #420093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420093 is #BDFF6C. Grayscale: #232323. Windows color (decimal): -12451693 or 9633858. OLE color: 9633858.

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

Color convert

RGB 66 0 147 -
CMYK 0.55 1 0 0.42
HSL 266.94º 1% 0.29% -
HSV(B) 266.94º 1% 0.58% -
XYZ 7.51 3.26 27.84 -
YUV 36.49 190.37 149.05 -
System Red Green Blue C M Y K H S L
Decimal 66 0 147 0.55 1 0 0.42 266.94 1 0.29
Hex 42 0 93 37 64 0 2A 10B 64 1D
Octal 102 0 223 67 144 0 52 413 144 35
Binary 1000010 0 10010011 110111 1100100 0 101010 100001011 1100100 11101

Color Harmonies of #420093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420093

Black with #420093

Text Example


Text Example

White with #420093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420093; }

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

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

background-color css

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

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

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

border-color css

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

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

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