Html Css Color HEX #420063 Indigo

📋 copy color: '#420063'

red 66 ◦ green 0 ◦ blue 99

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

Shades of Indigo #420063

Tints of Indigo #420063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 60%

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#420063 (or 0x420063) is known color: Indigo. HEX triplet: 42, 00 and 63. RGB value is (66,0,99). Sum of RGB (Red+Green+Blue) = 66+0+99=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #420063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420063 is #BDFF9C. Grayscale: #1E1E1E. Windows color (decimal): -12451741 or 6488130. OLE color: 6488130.

HSL color Cylindrical-coordinate representation of color #420063: hue angle of 280º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420063 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 0 99 -
CMYK 0.33 1 0 0.61
HSL 280º 1% 0.19% -
HSV(B) 280º 1% 0.39% -
XYZ 4.5 2.06 11.96 -
YUV 31.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 66 0 99 0.33 1 0 0.61 280 1 0.19
Hex 42 0 63 21 64 0 3D 118 64 13
Octal 102 0 143 41 144 0 75 430 144 23
Binary 1000010 0 1100011 100001 1100100 0 111101 100011000 1100100 10011

Color Harmonies of #420063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420063

Black with #420063

Text Example


Text Example

White with #420063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420063; }

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

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

background-color css

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

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

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

border-color css

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

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

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