Html Css Color HEX #291990 Ultramarine

📋 copy color: '#291990'

red 41 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #291990

Tints of Ultramarine #291990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 144 (56.64% from 255) = 68.57%

R = 19.52%
G = 11.9%
B = 68.57%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#291990 (or 0x291990) is known color: Ultramarine. HEX triplet: 29, 19 and 90. RGB value is (41,25,144). Sum of RGB (Red+Green+Blue) = 41+25+144=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #291990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291990 is #D6E66F. Grayscale: #2A2A2A. Windows color (decimal): -14083696 or 9443625. OLE color: 9443625.

HSL color Cylindrical-coordinate representation of color #291990: hue angle of 248.07º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291990 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 25 144 -
CMYK 0.72 0.83 0 0.44
HSL 248.07º 0.7% 0.33% -
HSV(B) 248.07º 0.83% 0.56% -
XYZ 6.3 3.18 26.67 -
YUV 43.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 41 25 144 0.72 0.83 0 0.44 248.07 0.7 0.33
Hex 29 19 90 48 53 0 2C F8 46 21
Octal 51 31 220 110 123 0 54 370 106 41
Binary 101001 11001 10010000 1001000 1010011 0 101100 11111000 1000110 100001

Color Harmonies of #291990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291990

Black with #291990

Text Example


Text Example

White with #291990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291990; }

 p { color: rgb(41,25,144); }

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

background-color css

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

 a { background-color: rgb(41,25,144); }

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

border-color css

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

 span { border-color: rgb(41,25,144); }

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