#630A92

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

Shades of Indigo #630A92

Tints of Indigo #630A92

Color information

#630A92 (or 0x630A92) is unknown color: approx Indigo. HEX triplet: 63, 0A and 92. RGB value is (99,10,146). Sum of RGB (Red+Green+Blue) = 99+10+146=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #630A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630A92 is #9CF56D. Grayscale: #333333. Windows color (decimal): -10286446 or 9570915. OLE color: 9570915.

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

Color convert

RGB9910146-
CMYK0.320.9300.43
HSL279.26º87.18%30.59%-
HSV(B)279.26º93.15%57.25%-
XYZ10.444.9527.6-
YUV52.11180.99161.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 10 (4.30% from 255) = 3.92%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=38.82%
G=3.92%
B=57.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99101460.320.9300.43279.2687.1830.59
Hex63A92205D02B117571f
Octal143122224013505342712737
Binary110001110101001001010000010111010101011100010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,10,146); }

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

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

 a { background-color: rgb(99,10,146); }

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

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

 span { border-color: rgb(99,10,146); }

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