#630290

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

Shades of Indigo #630290

Tints of Indigo #630290

Color information

#630290 (or 0x630290) is unknown color: approx Indigo. HEX triplet: 63, 02 and 90. RGB value is (99,2,144). Sum of RGB (Red+Green+Blue) = 99+2+144=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #630290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630290 is #9CFD6F. Grayscale: #2E2E2E. Windows color (decimal): -10288496 or 9437795. OLE color: 9437795.

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

Color convert

RGB992144-
CMYK0.310.9900.44
HSL280.99º97.26%28.63%-
HSV(B)280.99º98.61%56.47%-
XYZ10.24.7126.76-
YUV47.19182.64164.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=40.41%
G=0.82%
B=58.78%

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
Decimal9921440.310.9900.44280.9997.2628.63
Hex632901F6302C119611d
Octal14322203714305443114135
Binary110001110100100001111111000110101100100011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630290; }

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

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

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

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

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

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

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

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