#29189B

Color #29189B Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #29189B

Tints of Ultramarine #29189B

Color information

#29189B (or 0x29189B) is unknown color: approx Ultramarine. HEX triplet: 29, 18 and 9B. RGB value is (41,24,155). Sum of RGB (Red+Green+Blue) = 41+24+155=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #29189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29189B is #D6E764. Grayscale: #2B2B2B. Windows color (decimal): -14083941 or 10164265. OLE color: 10164265.

HSL color Cylindrical-coordinate representation of color #29189B: hue angle of 247.79º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29189B is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4124155-
CMYK0.740.8500.39
HSL247.79º73.18%35.1%-
HSV(B)247.79º84.52%60.78%-
XYZ7.163.4931.31-
YUV44.02190.63125.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 155 (60.94% from 255) = 70.45%
R=18.64%
G=10.91%
B=70.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41241550.740.8500.39247.7973.1835.1
Hex29189B4A55027f84923
Octal513023311212504737011143
Binary1010011100010011011100101010101010100111111110001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29189B; }

 p { color: rgb(41,24,155); }

 H1.HeaderClassName
 {
   color: #29189B;
 }
 .AnyTagClassName
 {
   color: #29189B;
 }
</style>
background-color css

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

 a { background-color: rgb(41,24,155); }

 div.DivClassName
 {
   background-color: #29189B;
 }
 .BgClassName
 {
   background-color: #29189B;
 }
</style>
border-color css

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

 span { border-color: rgb(41,24,155); }

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