#291199

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

Shades of Ultramarine #291199

Tints of Ultramarine #291199

Color information

#291199 (or 0x291199) is unknown color: approx Ultramarine. HEX triplet: 29, 11 and 99. RGB value is (41,17,153). Sum of RGB (Red+Green+Blue) = 41+17+153=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #291199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291199 is #D6EE66. Grayscale: #272727. Windows color (decimal): -14085735 or 10031401. OLE color: 10031401.

HSL color Cylindrical-coordinate representation of color #291199: hue angle of 250.59º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291199 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4117153-
CMYK0.730.8900.4
HSL250.59º80%33.33%-
HSV(B)250.59º88.89%60%-
XYZ6.863.1730.39-
YUV39.68191.95128.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 153 (60.16% from 255) = 72.51%
R=19.43%
G=8.06%
B=72.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41171530.730.8900.4250.598033.33
Hex2911994959028fb5021
Octal512123111113105037312041
Binary1010011000110011001100100110110010101000111110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291199; }

 p { color: rgb(41,17,153); }

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

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

 a { background-color: rgb(41,17,153); }

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

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

 span { border-color: rgb(41,17,153); }

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