Html Css Color HEX #292191 Ultramarine

📋 copy color: '#292191'

red 41 ◦ green 33 ◦ blue 145

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

Shades of Ultramarine #292191

Tints of Ultramarine #292191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

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

R = 18.72%
G = 15.07%
B = 66.21%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#292191 (or 0x292191) is known color: Ultramarine. HEX triplet: 29, 21 and 91. RGB value is (41,33,145). Sum of RGB (Red+Green+Blue) = 41+33+145=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #292191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292191 is #D6DE6E. Grayscale: #2F2F2F. Windows color (decimal): -14081647 or 9511209. OLE color: 9511209.

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

Color convert

RGB 41 33 145 -
CMYK 0.72 0.77 0 0.43
HSL 244.29º 0.63% 0.35% -
HSV(B) 244.29º 0.77% 0.57% -
XYZ 6.57 3.6 27.14 -
YUV 48.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 41 33 145 0.72 0.77 0 0.43 244.29 0.63 0.35
Hex 29 21 91 48 4D 0 2B F4 3F 23
Octal 51 41 221 110 115 0 53 364 77 43
Binary 101001 100001 10010001 1001000 1001101 0 101011 11110100 111111 100011

Color Harmonies of #292191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292191

Black with #292191

Text Example


Text Example

White with #292191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292191; }

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

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

background-color css

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

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

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

border-color css

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

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

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