#630392

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

Shades of Indigo #630392

Tints of Indigo #630392

Color information

#630392 (or 0x630392) is unknown color: approx Indigo. HEX triplet: 63, 03 and 92. RGB value is (99,3,146). Sum of RGB (Red+Green+Blue) = 99+3+146=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #630392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630392 is #9CFC6D. Grayscale: #2F2F2F. Windows color (decimal): -10288238 or 9569123. OLE color: 9569123.

HSL color Cylindrical-coordinate representation of color #630392: hue angle of 280.28º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630392 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB993146-
CMYK0.320.9800.43
HSL280.28º95.97%29.22%-
HSV(B)280.28º97.95%57.25%-
XYZ10.374.7927.57-
YUV48.01183.3164.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=39.92%
G=1.21%
B=58.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9931460.320.9800.43280.2895.9729.22
Hex63392206202B118601d
Octal14332224014205343014035
Binary1100011111001001010000011000100101011100011000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630392; }

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

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

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

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

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

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

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

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