Html Css Color HEX #63028E Indigo

📋 copy color: '#63028E'

red 99 ◦ green 2 ◦ blue 142

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

Shades of Indigo #63028E

Tints of Indigo #63028E

RGB

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

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

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

R = 40.74%
G = 0.82%
B = 58.44%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63028E (or 0x63028E) is known color: Indigo. HEX triplet: 63, 02 and 8E. RGB value is (99,2,142). Sum of RGB (Red+Green+Blue) = 99+2+142=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #63028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63028E is #9CFD71. Grayscale: #2E2E2E. Windows color (decimal): -10288498 or 9306723. OLE color: 9306723.

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

Color convert

RGB 99 2 142 -
CMYK 0.30 0.99 0 0.44
HSL 281.57º 0.97% 0.28% -
HSV(B) 281.57º 0.99% 0.56% -
XYZ 10.05 4.65 25.96 -
YUV 46.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 99 2 142 0.30 0.99 0 0.44 281.57 0.97 0.28
Hex 63 2 8E 1E 63 0 2C 11A 61 1C
Octal 143 2 216 36 143 0 54 432 141 34
Binary 1100011 10 10001110 11110 1100011 0 101100 100011010 1100001 11100

Color Harmonies of #63028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63028E

Black with #63028E

Text Example


Text Example

White with #63028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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