Html Css Color HEX #291297 Ultramarine

📋 copy color: '#291297'

red 41 ◦ green 18 ◦ blue 151

#291297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #291297

Tints of Ultramarine #291297

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.9%

R = 19.52%
G = 8.57%
B = 71.9%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#291297 (or 0x291297) is known color: 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

RGB 41 18 151 -
CMYK 0.73 0.88 0 0.41
HSL 250.38º 0.79% 0.33% -
HSV(B) 250.38º 0.88% 0.59% -
XYZ 6.72 3.14 29.53 -
YUV 40.04 190.62 128.69 -
System Red Green Blue C M Y K H S L
Decimal 41 18 151 0.73 0.88 0 0.41 250.38 0.79 0.33
Hex 29 12 97 49 58 0 29 FA 4F 21
Octal 51 22 227 111 130 0 51 372 117 41
Binary 101001 10010 10010111 1001001 1011000 0 101001 11111010 1001111 100001

Color Harmonies of #291297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291297

Black with #291297

Text Example


Text Example

White with #291297

Text Example


Text Example

HTML Codes & Css Web 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>