#630092

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

Shades of Indigo #630092

Tints of Indigo #630092

Color information

#630092 (or 0x630092) is unknown color: approx Indigo. HEX triplet: 63, 00 and 92. RGB value is (99,0,146). Sum of RGB (Red+Green+Blue) = 99+0+146=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #630092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630092 is #9CFF6D. Grayscale: #2D2D2D. Windows color (decimal): -10289006 or 9568355. OLE color: 9568355.

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

Color convert

RGB990146-
CMYK0.32100.43
HSL280.68º100%28.63%-
HSV(B)280.68º100%57.25%-
XYZ10.334.7327.56-
YUV46.24184.3165.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=40.41%
G=0%
B=59.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9901460.32100.43280.6810028.63
Hex63092206402B119641d
Octal14302224014405343114435
Binary110001101001001010000011001000101011100011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630092; }

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

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

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

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

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

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

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

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