#630F9A

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

Shades of Indigo #630F9A

Tints of Indigo #630F9A

Color information

#630F9A (or 0x630F9A) is unknown color: approx Indigo. HEX triplet: 63, 0F and 9A. RGB value is (99,15,154). Sum of RGB (Red+Green+Blue) = 99+15+154=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #630F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630F9A is #9CF065. Grayscale: #373737. Windows color (decimal): -10285158 or 10096483. OLE color: 10096483.

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

Color convert

RGB9915154-
CMYK0.360.9000.40
HSL276.26º82.25%33.14%-
HSV(B)276.26º90.26%60.39%-
XYZ11.155.3331.01-
YUV55.96183.33158.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=36.94%
G=5.60%
B=57.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99151540.360.9000.40276.2682.2533.14
Hex63F9A245A0281145221
Octal143172324413205042412241
Binary1100011111110011010100100101101001010001000101001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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