Html Css Color HEX #63038E Indigo

📋 copy color: '#63038E'

red 99 ◦ green 3 ◦ blue 142

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

Shades of Indigo #63038E

Tints of Indigo #63038E

RGB

 RED value IS 99 (39.06% from 255) = 40.57%

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

 BLUE value IS 142 (55.86% from 255) = 58.2%

R = 40.57%
G = 1.23%
B = 58.2%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63038E (or 0x63038E) is known color: Indigo. HEX triplet: 63, 03 and 8E. RGB value is (99,3,142). Sum of RGB (Red+Green+Blue) = 99+3+142=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #63038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63038E is #9CFC71. Grayscale: #2F2F2F. Windows color (decimal): -10288242 or 9306979. OLE color: 9306979.

HSL color Cylindrical-coordinate representation of color #63038E: hue angle of 281.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63038E is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 3 142 -
CMYK 0.30 0.98 0 0.44
HSL 281.44º 0.96% 0.28% -
HSV(B) 281.44º 0.98% 0.56% -
XYZ 10.06 4.67 25.96 -
YUV 47.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 99 3 142 0.30 0.98 0 0.44 281.44 0.96 0.28
Hex 63 3 8E 1E 62 0 2C 119 60 1C
Octal 143 3 216 36 142 0 54 431 140 34
Binary 1100011 11 10001110 11110 1100010 0 101100 100011001 1100000 11100

Color Harmonies of #63038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63038E

Black with #63038E

Text Example


Text Example

White with #63038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63038E; }

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

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

background-color css

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

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

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

border-color css

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

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

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