Html Css Color HEX #291395 Ultramarine

📋 copy color: '#291395'

red 41 ◦ green 19 ◦ blue 149

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

Shades of Ultramarine #291395

Tints of Ultramarine #291395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

 BLUE value IS 149 (58.59% from 255) = 71.29%

R = 19.62%
G = 9.09%
B = 71.29%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#291395 (or 0x291395) is known color: Ultramarine. HEX triplet: 29, 13 and 95. RGB value is (41,19,149). Sum of RGB (Red+Green+Blue) = 41+19+149=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #291395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291395 is #D6EC6A. Grayscale: #272727. Windows color (decimal): -14085227 or 9769769. OLE color: 9769769.

HSL color Cylindrical-coordinate representation of color #291395: hue angle of 250.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291395 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 19 149 -
CMYK 0.72 0.87 0 0.42
HSL 250.15º 0.77% 0.33% -
HSV(B) 250.15º 0.87% 0.58% -
XYZ 6.57 3.11 28.69 -
YUV 40.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 41 19 149 0.72 0.87 0 0.42 250.15 0.77 0.33
Hex 29 13 95 48 57 0 2A FA 4D 21
Octal 51 23 225 110 127 0 52 372 115 41
Binary 101001 10011 10010101 1001000 1010111 0 101010 11111010 1001101 100001

Color Harmonies of #291395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291395

Black with #291395

Text Example


Text Example

White with #291395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291395; }

 p { color: rgb(41,19,149); }

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

background-color css

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

 a { background-color: rgb(41,19,149); }

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

border-color css

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

 span { border-color: rgb(41,19,149); }

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