#630399

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

Shades of Indigo #630399

Tints of Indigo #630399

Color information

#630399 (or 0x630399) is unknown color: approx Indigo. HEX triplet: 63, 03 and 99. RGB value is (99,3,153). Sum of RGB (Red+Green+Blue) = 99+3+153=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #630399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630399 is #9CFC66. Grayscale: #303030. Windows color (decimal): -10288231 or 10027875. OLE color: 10027875.

HSL color Cylindrical-coordinate representation of color #630399: hue angle of 278.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630399 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB993153-
CMYK0.350.9800.4
HSL278.4º96.15%30.59%-
HSV(B)278.4º98.04%60%-
XYZ10.935.0230.53-
YUV48.8186.8163.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 153 (60.16% from 255) = 60%
R=38.82%
G=1.18%
B=60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9931530.350.9800.4278.496.1530.59
Hex633992362028116601f
Octal14332314314205042614037
Binary1100011111001100110001111000100101000100010110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630399; }

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

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

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

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

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

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

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

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