#630C7D

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

Shades of Indigo #630C7D

Tints of Indigo #630C7D

Color information

#630C7D (or 0x630C7D) is unknown color: approx Indigo. HEX triplet: 63, 0C and 7D. RGB value is (99,12,125). Sum of RGB (Red+Green+Blue) = 99+12+125=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #630C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C7D is #9CF382. Grayscale: #323232. Windows color (decimal): -10285955 or 8195171. OLE color: 8195171.

HSL color Cylindrical-coordinate representation of color #630C7D: hue angle of 286.19º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630C7D is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9912125-
CMYK0.210.9000.51
HSL286.19º82.48%26.86%-
HSV(B)286.19º90.4%49.02%-
XYZ8.984.419.78-
YUV50.9169.82162.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=41.95%
G=5.08%
B=52.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99121250.210.9000.51286.1982.4826.86
Hex63C7D155A03311e521b
Octal143141752513206343612233
Binary1100011110011111011010110110100110011100011110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,12,125); }

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

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

 a { background-color: rgb(99,12,125); }

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

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

 span { border-color: rgb(99,12,125); }

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