#630A98

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

Shades of Indigo #630A98

Tints of Indigo #630A98

Color information

#630A98 (or 0x630A98) is unknown color: approx Indigo. HEX triplet: 63, 0A and 98. RGB value is (99,10,152). Sum of RGB (Red+Green+Blue) = 99+10+152=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #630A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630A98 is #9CF567. Grayscale: #343434. Windows color (decimal): -10286440 or 9964131. OLE color: 9964131.

HSL color Cylindrical-coordinate representation of color #630A98: hue angle of 277.61º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630A98 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9910152-
CMYK0.350.9300.40
HSL277.61º87.65%31.76%-
HSV(B)277.61º93.42%59.61%-
XYZ10.925.1430.12-
YUV52.8183.99160.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 152 (59.77% from 255) = 58.24%
R=37.93%
G=3.83%
B=58.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99101520.350.9300.40277.6187.6531.76
Hex63A98235D0281165820
Octal143122304313505042613040
Binary1100011101010011000100011101110101010001000101101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630A98; }

 p { color: rgb(99,10,152); }

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

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

 a { background-color: rgb(99,10,152); }

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

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

 span { border-color: rgb(99,10,152); }

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