Html Css Color HEX #420363 Indigo

📋 copy color: '#420363'

red 66 ◦ green 3 ◦ blue 99

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

Shades of Indigo #420363

Tints of Indigo #420363

RGB

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

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

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

R = 39.29%
G = 1.79%
B = 58.93%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#420363 (or 0x420363) is known color: Indigo. HEX triplet: 42, 03 and 63. RGB value is (66,3,99). Sum of RGB (Red+Green+Blue) = 66+3+99=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #420363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420363 is #BDFC9C. Grayscale: #202020. Windows color (decimal): -12450973 or 6488898. OLE color: 6488898.

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

Color convert

RGB 66 3 99 -
CMYK 0.33 0.97 0 0.61
HSL 279.38º 0.94% 0.2% -
HSV(B) 279.38º 0.97% 0.39% -
XYZ 4.53 2.12 11.98 -
YUV 32.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 66 3 99 0.33 0.97 0 0.61 279.38 0.94 0.2
Hex 42 3 63 21 61 0 3D 117 5E 14
Octal 102 3 143 41 141 0 75 427 136 24
Binary 1000010 11 1100011 100001 1100001 0 111101 100010111 1011110 10100

Color Harmonies of #420363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420363

Black with #420363

Text Example


Text Example

White with #420363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420363; }

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

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

background-color css

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

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

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

border-color css

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

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

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