#63088E

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

Shades of Indigo #63088E

Tints of Indigo #63088E

Color information

#63088E (or 0x63088E) is unknown color: approx Indigo. HEX triplet: 63, 08 and 8E. RGB value is (99,8,142). Sum of RGB (Red+Green+Blue) = 99+8+142=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #63088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63088E is #9CF771. Grayscale: #323232. Windows color (decimal): -10286962 or 9308259. OLE color: 9308259.

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

Color convert

RGB998142-
CMYK0.300.9400.44
HSL280.75º89.33%29.41%-
HSV(B)280.75º94.37%55.69%-
XYZ10.114.7825.98-
YUV50.48179.65162.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 142 (55.86% from 255) = 57.03%
R=39.76%
G=3.21%
B=57.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9981420.300.9400.44280.7589.3329.41
Hex6388E1E5E02C119591d
Octal143102163613605443113135
Binary11000111000100011101111010111100101100100011001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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