#630190

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

Shades of Indigo #630190

Tints of Indigo #630190

Color information

#630190 (or 0x630190) is unknown color: approx Indigo. HEX triplet: 63, 01 and 90. RGB value is (99,1,144). Sum of RGB (Red+Green+Blue) = 99+1+144=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #630190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630190 is #9CFE6F. Grayscale: #2E2E2E. Windows color (decimal): -10288752 or 9437539. OLE color: 9437539.

HSL color Cylindrical-coordinate representation of color #630190: hue angle of 281.12º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630190 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB991144-
CMYK0.310.9900.44
HSL281.12º98.62%28.43%-
HSV(B)281.12º99.31%56.47%-
XYZ10.194.6926.75-
YUV46.6182.97165.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=40.57%
G=0.41%
B=59.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9911440.310.9900.44281.1298.6228.43
Hex631901F6302C119631c
Octal14312203714305443114334
Binary11000111100100001111111000110101100100011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630190; }

 p { color: rgb(99,1,144); }

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

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

 a { background-color: rgb(99,1,144); }

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

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

 span { border-color: rgb(99,1,144); }

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