#291297

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

Shades of Ultramarine #291297

Tints of Ultramarine #291297

Color information

#291297 (or 0x291297) is unknown color: approx Ultramarine. HEX triplet: 29, 12 and 97. RGB value is (41,18,151). Sum of RGB (Red+Green+Blue) = 41+18+151=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #291297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291297 is #D6ED68. Grayscale: #272727. Windows color (decimal): -14085481 or 9900585. OLE color: 9900585.

HSL color Cylindrical-coordinate representation of color #291297: hue angle of 250.38º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291297 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4118151-
CMYK0.730.8800.41
HSL250.38º78.7%33.14%-
HSV(B)250.38º88.08%59.22%-
XYZ6.723.1429.53-
YUV40.04190.62128.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 151 (59.38% from 255) = 71.90%
R=19.52%
G=8.57%
B=71.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41181510.730.8800.41250.3878.733.14
Hex2912974958029fa4f21
Octal512222711113005137211741
Binary1010011001010010111100100110110000101001111110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291297; }

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

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

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

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

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

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

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

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