#630378

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

Shades of Indigo #630378

Tints of Indigo #630378

Color information

#630378 (or 0x630378) is unknown color: approx Indigo. HEX triplet: 63, 03 and 78. RGB value is (99,3,120). Sum of RGB (Red+Green+Blue) = 99+3+120=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #630378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630378 is #9CFC87. Grayscale: #2C2C2C. Windows color (decimal): -10288264 or 7865187. OLE color: 7865187.

HSL color Cylindrical-coordinate representation of color #630378: hue angle of 289.23º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630378 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB993120-
CMYK0.170.9800.53
HSL289.23º95.12%24.12%-
HSV(B)289.23º97.5%47.06%-
XYZ8.574.0718.1-
YUV45.04170.3166.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=44.59%
G=1.35%
B=54.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9931200.170.9800.53289.2395.1224.12
Hex6337811620351215f18
Octal14331702114206544113730
Binary11000111111110001000111000100110101100100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630378; }

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

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

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

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

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

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

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

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