Html Css Color HEX #29219D Ultramarine

📋 copy color: '#29219D'

red 41 ◦ green 33 ◦ blue 157

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

Shades of Ultramarine #29219D

Tints of Ultramarine #29219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

 BLUE value IS 157 (61.72% from 255) = 67.97%

R = 17.75%
G = 14.29%
B = 67.97%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29219D (or 0x29219D) is known color: Ultramarine. HEX triplet: 29, 21 and 9D. RGB value is (41,33,157). Sum of RGB (Red+Green+Blue) = 41+33+157=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #29219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29219D is #D6DE62. Grayscale: #313131. Windows color (decimal): -14081635 or 10297641. OLE color: 10297641.

HSL color Cylindrical-coordinate representation of color #29219D: hue angle of 243.87º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29219D is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 33 157 -
CMYK 0.74 0.79 0 0.38
HSL 243.87º 0.65% 0.37% -
HSV(B) 243.87º 0.79% 0.62% -
XYZ 7.54 3.99 32.27 -
YUV 49.53 188.65 121.92 -
System Red Green Blue C M Y K H S L
Decimal 41 33 157 0.74 0.79 0 0.38 243.87 0.65 0.37
Hex 29 21 9D 4A 4F 0 26 F4 41 25
Octal 51 41 235 112 117 0 46 364 101 45
Binary 101001 100001 10011101 1001010 1001111 0 100110 11110100 1000001 100101

Color Harmonies of #29219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29219D

Black with #29219D

Text Example


Text Example

White with #29219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29219D; }

 p { color: rgb(41,33,157); }

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

background-color css

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

 a { background-color: rgb(41,33,157); }

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

border-color css

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

 span { border-color: rgb(41,33,157); }

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