Html Css Color HEX #292097 Ultramarine

📋 copy color: '#292097'

red 41 ◦ green 32 ◦ blue 151

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

Shades of Ultramarine #292097

Tints of Ultramarine #292097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 151 (59.38% from 255) = 67.41%

R = 18.3%
G = 14.29%
B = 67.41%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#292097 (or 0x292097) is known color: Ultramarine. HEX triplet: 29, 20 and 97. RGB value is (41,32,151). Sum of RGB (Red+Green+Blue) = 41+32+151=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #292097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292097 is #D6DF68. Grayscale: #2F2F2F. Windows color (decimal): -14081897 or 9904169. OLE color: 9904169.

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

Color convert

RGB 41 32 151 -
CMYK 0.73 0.79 0 0.41
HSL 244.54º 0.65% 0.36% -
HSV(B) 244.54º 0.79% 0.59% -
XYZ 7.02 3.74 29.63 -
YUV 48.26 185.98 122.82 -
System Red Green Blue C M Y K H S L
Decimal 41 32 151 0.73 0.79 0 0.41 244.54 0.65 0.36
Hex 29 20 97 49 4F 0 29 F5 41 24
Octal 51 40 227 111 117 0 51 365 101 44
Binary 101001 100000 10010111 1001001 1001111 0 101001 11110101 1000001 100100

Color Harmonies of #292097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292097

Black with #292097

Text Example


Text Example

White with #292097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292097; }

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

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

background-color css

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

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

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

border-color css

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

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

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