Html Css Color HEX #291295 Ultramarine

📋 copy color: '#291295'

red 41 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #291295

Tints of Ultramarine #291295

RGB

 RED value IS 41 (16.41% from 255) = 19.71%

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 149 (58.59% from 255) = 71.63%

R = 19.71%
G = 8.65%
B = 71.63%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#291295 (or 0x291295) is known color: Ultramarine. HEX triplet: 29, 12 and 95. RGB value is (41,18,149). Sum of RGB (Red+Green+Blue) = 41+18+149=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #291295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291295 is #D6ED6A. Grayscale: #272727. Windows color (decimal): -14085483 or 9769513. OLE color: 9769513.

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

Color convert

RGB 41 18 149 -
CMYK 0.72 0.88 0 0.42
HSL 250.53º 0.78% 0.33% -
HSV(B) 250.53º 0.88% 0.58% -
XYZ 6.56 3.07 28.68 -
YUV 39.81 189.62 128.85 -
System Red Green Blue C M Y K H S L
Decimal 41 18 149 0.72 0.88 0 0.42 250.53 0.78 0.33
Hex 29 12 95 48 58 0 2A FB 4E 21
Octal 51 22 225 110 130 0 52 373 116 41
Binary 101001 10010 10010101 1001000 1011000 0 101010 11111011 1001110 100001

Color Harmonies of #291295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291295

Black with #291295

Text Example


Text Example

White with #291295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291295; }

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

 H1.HeaderClassName
 {
   color: #291295;
 }
 .AnyTagClassName
 {
   color: #291295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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