#630CA5

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

Shades of Indigo #630CA5

Tints of Indigo #630CA5

Color information

#630CA5 (or 0x630CA5) is unknown color: approx Indigo. HEX triplet: 63, 0C and A5. RGB value is (99,12,165). Sum of RGB (Red+Green+Blue) = 99+12+165=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #630CA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630CA5 is #9CF35A. Grayscale: #363636. Windows color (decimal): -10285915 or 10816611. OLE color: 10816611.

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

Color convert

RGB9912165-
CMYK0.400.9300.35
HSL274.12º86.44%34.71%-
HSV(B)274.12º92.73%64.71%-
XYZ12.075.6336.05-
YUV55.46189.82159.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 165 (64.84% from 255) = 59.78%
R=35.87%
G=4.35%
B=59.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99121650.400.9300.35274.1286.4434.71
Hex63CA5285D0231125623
Octal143142455013504342212643
Binary1100011110010100101101000101110101000111000100101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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