#291C9B

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

Shades of Ultramarine #291C9B

Tints of Ultramarine #291C9B

Color information

#291C9B (or 0x291C9B) is unknown color: approx Ultramarine. HEX triplet: 29, 1C and 9B. RGB value is (41,28,155). Sum of RGB (Red+Green+Blue) = 41+28+155=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #291C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C9B is #D6E364. Grayscale: #2D2D2D. Windows color (decimal): -14082917 or 10165289. OLE color: 10165289.

HSL color Cylindrical-coordinate representation of color #291C9B: hue angle of 246.14º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291C9B is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4128155-
CMYK0.740.8200.39
HSL246.14º69.4%35.88%-
HSV(B)246.14º81.94%60.78%-
XYZ7.253.6731.34-
YUV46.36189.31124.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 155 (60.94% from 255) = 69.20%
R=18.30%
G=12.5%
B=69.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41281550.740.8200.39246.1469.435.88
Hex291C9B4A52027f64524
Octal513423311212204736610544
Binary1010011110010011011100101010100100100111111101101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291C9B; }

 p { color: rgb(41,28,155); }

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

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

 a { background-color: rgb(41,28,155); }

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

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

 span { border-color: rgb(41,28,155); }

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