#630588

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

Shades of Indigo #630588

Tints of Indigo #630588

Color information

#630588 (or 0x630588) is unknown color: approx Indigo. HEX triplet: 63, 05 and 88. RGB value is (99,5,136). Sum of RGB (Red+Green+Blue) = 99+5+136=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #630588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630588 is #9CFA77. Grayscale: #2F2F2F. Windows color (decimal): -10287736 or 8914275. OLE color: 8914275.

HSL color Cylindrical-coordinate representation of color #630588: hue angle of 283.05º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630588 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB995136-
CMYK0.270.9600.47
HSL283.05º92.91%27.65%-
HSV(B)283.05º96.32%53.33%-
XYZ9.644.5423.66-
YUV48.04177.64164.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 136 (53.52% from 255) = 56.67%
R=41.25%
G=2.08%
B=56.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9951360.270.9600.47283.0592.9127.65
Hex635881B6002F11b5d1c
Octal14352103314005743313534
Binary1100011101100010001101111000000101111100011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630588; }

 p { color: rgb(99,5,136); }

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

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

 a { background-color: rgb(99,5,136); }

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

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

 span { border-color: rgb(99,5,136); }

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