#291291

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

Shades of Ultramarine #291291

Tints of Ultramarine #291291

Color information

#291291 (or 0x291291) is unknown color: approx Ultramarine. HEX triplet: 29, 12 and 91. RGB value is (41,18,145). Sum of RGB (Red+Green+Blue) = 41+18+145=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #291291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291291 is #D6ED6E. Grayscale: #262626. Windows color (decimal): -14085487 or 9507369. OLE color: 9507369.

HSL color Cylindrical-coordinate representation of color #291291: hue angle of 250.87º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291291 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4118145-
CMYK0.720.8800.43
HSL250.87º77.91%31.96%-
HSV(B)250.87º87.59%56.86%-
XYZ6.242.9527.03-
YUV39.36187.62129.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 145 (57.03% from 255) = 71.08%
R=20.10%
G=8.82%
B=71.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41181450.720.8800.43250.8777.9131.96
Hex291291485802Bfb4e20
Octal512222111013005337311640
Binary1010011001010010001100100010110000101011111110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291291; }

 p { color: rgb(41,18,145); }

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

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

 a { background-color: rgb(41,18,145); }

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

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

 span { border-color: rgb(41,18,145); }

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