#63028f

Color #63028F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #63028F

Tints of Indigo #63028F

Color information

#63028F (or 0x63028F) is unknown color: approx Indigo. HEX triplet: 63, 02 and 8F. RGB value is (99,2,143). Sum of RGB (Red+Green+Blue) = 99+2+143=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #63028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63028F is #9CFD70. Grayscale: #2E2E2E. Windows color (decimal): -10288497 or 9372259. OLE color: 9372259.

HSL color Cylindrical-coordinate representation of color #63028F: hue angle of 281.28º 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 #63028F is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB992143-
CMYK0.310.9900.44
HSL281.28º97.24%28.43%-
HSV(B)281.28º98.6%56.08%-
XYZ10.134.6826.36-
YUV47.08182.14165.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 143 (56.25% from 255) = 58.61%
R=40.57%
G=0.82%
B=58.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9921430.310.9900.44281.2897.2428.43
Hex6328F1F6302C119611c
Octal14322173714305443114134
Binary110001110100011111111111000110101100100011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63028f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63028f;
 }
 .AnyTagClassName
 {
   color: #63028f;
 }
</style>
background-color css

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

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

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

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

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

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