#291595

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

Shades of Ultramarine #291595

Tints of Ultramarine #291595

Color information

#291595 (or 0x291595) is unknown color: approx Ultramarine. HEX triplet: 29, 15 and 95. RGB value is (41,21,149). Sum of RGB (Red+Green+Blue) = 41+21+149=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #291595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291595 is #D6EA6A. Grayscale: #292929. Windows color (decimal): -14084715 or 9770281. OLE color: 9770281.

HSL color Cylindrical-coordinate representation of color #291595: hue angle of 249.38º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291595 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4121149-
CMYK0.720.8600.42
HSL249.38º75.29%33.33%-
HSV(B)249.38º85.91%58.43%-
XYZ6.613.1828.7-
YUV41.57188.63127.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 149 (58.59% from 255) = 70.62%
R=19.43%
G=9.95%
B=70.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41211490.720.8600.42249.3875.2933.33
Hex291595485602Af94b21
Octal512522511012605237111341
Binary1010011010110010101100100010101100101010111110011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291595; }

 p { color: rgb(41,21,149); }

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

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

 a { background-color: rgb(41,21,149); }

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

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

 span { border-color: rgb(41,21,149); }

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