#291292

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

Shades of Ultramarine #291292

Tints of Ultramarine #291292

Color information

#291292 (or 0x291292) is unknown color: approx Ultramarine. HEX triplet: 29, 12 and 92. RGB value is (41,18,146). Sum of RGB (Red+Green+Blue) = 41+18+146=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #291292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291292 is #D6ED6D. Grayscale: #262626. Windows color (decimal): -14085486 or 9572905. OLE color: 9572905.

HSL color Cylindrical-coordinate representation of color #291292: hue angle of 250.78º 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 #291292 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4118146-
CMYK0.720.8800.43
HSL250.78º78.05%32.16%-
HSV(B)250.78º87.67%57.25%-
XYZ6.322.9827.44-
YUV39.47188.12129.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 146 (57.42% from 255) = 71.22%
R=20%
G=8.78%
B=71.22%

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
Decimal41181460.720.8800.43250.7878.0532.16
Hex291292485802Bfb4e20
Octal512222211013005337311640
Binary1010011001010010010100100010110000101011111110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291292; }

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

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

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

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

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

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

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

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