Html Css Color HEX #291091 Ultramarine

📋 copy color: '#291091'

red 41 ◦ green 16 ◦ blue 145

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

Shades of Ultramarine #291091

Tints of Ultramarine #291091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

 BLUE value IS 145 (57.03% from 255) = 71.78%

R = 20.3%
G = 7.92%
B = 71.78%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#291091 (or 0x291091) is known color: Ultramarine. HEX triplet: 29, 10 and 91. RGB value is (41,16,145). Sum of RGB (Red+Green+Blue) = 41+16+145=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #291091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291091 is #D6EF6E. Grayscale: #252525. Windows color (decimal): -14085999 or 9506857. OLE color: 9506857.

HSL color Cylindrical-coordinate representation of color #291091: hue angle of 251.63º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291091 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 16 145 -
CMYK 0.72 0.89 0 0.43
HSL 251.63º 0.8% 0.32% -
HSV(B) 251.63º 0.89% 0.57% -
XYZ 6.21 2.89 27.02 -
YUV 38.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 41 16 145 0.72 0.89 0 0.43 251.63 0.8 0.32
Hex 29 10 91 48 59 0 2B FC 50 20
Octal 51 20 221 110 131 0 53 374 120 40
Binary 101001 10000 10010001 1001000 1011001 0 101011 11111100 1010000 100000

Color Harmonies of #291091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291091

Black with #291091

Text Example


Text Example

White with #291091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291091; }

 p { color: rgb(41,16,145); }

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

background-color css

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

 a { background-color: rgb(41,16,145); }

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

border-color css

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

 span { border-color: rgb(41,16,145); }

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