Html Css Color HEX #291593 Ultramarine

📋 copy color: '#291593'

red 41 ◦ green 21 ◦ blue 147

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

Shades of Ultramarine #291593

Tints of Ultramarine #291593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

 BLUE value IS 147 (57.81% from 255) = 70.33%

R = 19.62%
G = 10.05%
B = 70.33%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#291593 (or 0x291593) is known color: Ultramarine. HEX triplet: 29, 15 and 93. RGB value is (41,21,147). Sum of RGB (Red+Green+Blue) = 41+21+147=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #291593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291593 is #D6EA6C. Grayscale: #282828. Windows color (decimal): -14084717 or 9639209. OLE color: 9639209.

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

Color convert

RGB 41 21 147 -
CMYK 0.72 0.86 0 0.42
HSL 249.52º 0.75% 0.33% -
HSV(B) 249.52º 0.86% 0.58% -
XYZ 6.45 3.11 27.86 -
YUV 41.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 41 21 147 0.72 0.86 0 0.42 249.52 0.75 0.33
Hex 29 15 93 48 56 0 2A FA 4B 21
Octal 51 25 223 110 126 0 52 372 113 41
Binary 101001 10101 10010011 1001000 1010110 0 101010 11111010 1001011 100001

Color Harmonies of #291593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291593

Black with #291593

Text Example


Text Example

White with #291593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291593; }

 p { color: rgb(41,21,147); }

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

background-color css

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

 a { background-color: rgb(41,21,147); }

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

border-color css

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

 span { border-color: rgb(41,21,147); }

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