Html Css Color HEX #291DA2 Ultramarine

📋 copy color: '#291DA2'

red 41 ◦ green 29 ◦ blue 162

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

Shades of Ultramarine #291DA2

Tints of Ultramarine #291DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 162 (63.67% from 255) = 69.83%

R = 17.67%
G = 12.5%
B = 69.83%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#291DA2 (or 0x291DA2) is known color: Ultramarine. HEX triplet: 29, 1D and A2. RGB value is (41,29,162). Sum of RGB (Red+Green+Blue) = 41+29+162=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 162 (63.67% from 255 or 69.83% from 232); Max value from RGB is 162 - color contains mainly: blue. Hex color #291DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291DA2 is #D6E25D. Grayscale: #2F2F2F. Windows color (decimal): -14082654 or 10624297. OLE color: 10624297.

HSL color Cylindrical-coordinate representation of color #291DA2: hue angle of 245.41º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291DA2 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 29 162 -
CMYK 0.75 0.82 0 0.36
HSL 245.41º 0.7% 0.37% -
HSV(B) 245.41º 0.82% 0.64% -
XYZ 7.88 3.96 34.53 -
YUV 47.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 41 29 162 0.75 0.82 0 0.36 245.41 0.7 0.37
Hex 29 1D A2 4B 52 0 24 F5 46 25
Octal 51 35 242 113 122 0 44 365 106 45
Binary 101001 11101 10100010 1001011 1010010 0 100100 11110101 1000110 100101

Color Harmonies of #291DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DA2

Black with #291DA2

Text Example


Text Example

White with #291DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291DA2; }

 p { color: rgb(41,29,162); }

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

background-color css

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

 a { background-color: rgb(41,29,162); }

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

border-color css

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

 span { border-color: rgb(41,29,162); }

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