Html Css Color HEX #291291 Ultramarine

📋 copy color: '#291291'

red 41 ◦ green 18 ◦ blue 145

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

Shades of Ultramarine #291291

Tints of Ultramarine #291291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

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

R = 20.1%
G = 8.82%
B = 71.08%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#291291 (or 0x291291) is known color: Ultramarine. HEX triplet: 29, 12 and 91. RGB value is (41,18,145). Sum of RGB (Red+Green+Blue) = 41+18+145=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #291291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291291 is #D6ED6E. Grayscale: #262626. Windows color (decimal): -14085487 or 9507369. OLE color: 9507369.

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

Color convert

RGB 41 18 145 -
CMYK 0.72 0.88 0 0.43
HSL 250.87º 0.78% 0.32% -
HSV(B) 250.87º 0.88% 0.57% -
XYZ 6.24 2.95 27.03 -
YUV 39.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 41 18 145 0.72 0.88 0 0.43 250.87 0.78 0.32
Hex 29 12 91 48 58 0 2B FB 4E 20
Octal 51 22 221 110 130 0 53 373 116 40
Binary 101001 10010 10010001 1001000 1011000 0 101011 11111011 1001110 100000

Color Harmonies of #291291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291291

Black with #291291

Text Example


Text Example

White with #291291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291291; }

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

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

background-color css

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

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

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

border-color css

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

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

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