#291399

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

Shades of Ultramarine #291399

Tints of Ultramarine #291399

Color information

#291399 (or 0x291399) is unknown color: approx Ultramarine. HEX triplet: 29, 13 and 99. RGB value is (41,19,153). Sum of RGB (Red+Green+Blue) = 41+19+153=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #291399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291399 is #D6EC66. Grayscale: #282828. Windows color (decimal): -14085223 or 10031913. OLE color: 10031913.

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

Color convert

RGB4119153-
CMYK0.730.8800.4
HSL249.85º77.91%33.73%-
HSV(B)249.85º87.58%60%-
XYZ6.93.2430.4-
YUV40.85191.29128.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 19 (7.81% from 255) = 8.92%
BLUE value IS 153 (60.16% from 255) = 71.83%
R=19.25%
G=8.92%
B=71.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41191530.730.8800.4249.8577.9133.73
Hex2913994958028fa4e22
Octal512323111113005037211642
Binary1010011001110011001100100110110000101000111110101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291399; }

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

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

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

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

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

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

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

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