#630B91

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

Shades of Indigo #630B91

Tints of Indigo #630B91

Color information

#630B91 (or 0x630B91) is unknown color: approx Indigo. HEX triplet: 63, 0B and 91. RGB value is (99,11,145). Sum of RGB (Red+Green+Blue) = 99+11+145=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #630B91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630B91 is #9CF46E. Grayscale: #343434. Windows color (decimal): -10286191 or 9505635. OLE color: 9505635.

HSL color Cylindrical-coordinate representation of color #630B91: hue angle of 279.4º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630B91 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9911145-
CMYK0.320.9200.43
HSL279.4º85.9%30.59%-
HSV(B)279.4º92.41%56.86%-
XYZ10.384.9427.19-
YUV52.59180.15161.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 145 (57.03% from 255) = 56.86%
R=38.82%
G=4.31%
B=56.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99111450.320.9200.43279.485.930.59
Hex63B91205C02B117561f
Octal143132214013405342712637
Binary110001110111001000110000010111000101011100010111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,11,145); }

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

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

 a { background-color: rgb(99,11,145); }

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

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

 span { border-color: rgb(99,11,145); }

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