#630F97

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

Shades of Indigo #630F97

Tints of Indigo #630F97

Color information

#630F97 (or 0x630F97) is unknown color: approx Indigo. HEX triplet: 63, 0F and 97. RGB value is (99,15,151). Sum of RGB (Red+Green+Blue) = 99+15+151=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #630F97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630F97 is #9CF068. Grayscale: #373737. Windows color (decimal): -10285161 or 9899875. OLE color: 9899875.

HSL color Cylindrical-coordinate representation of color #630F97: hue angle of 277.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630F97 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9915151-
CMYK0.340.9000.41
HSL277.06º81.93%32.55%-
HSV(B)277.06º90.07%59.22%-
XYZ10.95.2329.71-
YUV55.62181.83158.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 15 (6.25% from 255) = 5.66%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=37.36%
G=5.66%
B=56.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99151510.340.9000.41277.0681.9332.55
Hex63F97225A0291155221
Octal143172274213205142512241
Binary1100011111110010111100010101101001010011000101011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,15,151); }

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

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

 a { background-color: rgb(99,15,151); }

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

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

 span { border-color: rgb(99,15,151); }

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