#3211A3

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

Shades of Ultramarine #3211A3

Tints of Ultramarine #3211A3

Color information

#3211A3 (or 0x3211A3) is unknown color: approx Ultramarine. HEX triplet: 32, 11 and A3. RGB value is (50,17,163). Sum of RGB (Red+Green+Blue) = 50+17+163=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 163 (64.06% from 255 or 70.87% from 230); Max value from RGB is 163 - color contains mainly: blue. Hex color #3211A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3211A3 is #CDEE5C. Grayscale: #2A2A2A. Windows color (decimal): -13495901 or 10686770. OLE color: 10686770.

HSL color Cylindrical-coordinate representation of color #3211A3: hue angle of 253.56º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3211A3 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5017163-
CMYK0.690.9000.36
HSL253.56º81.11%35.29%-
HSV(B)253.56º89.57%63.92%-
XYZ8.133.7234.94-
YUV43.51195.43132.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 163 (64.06% from 255) = 70.87%
R=21.74%
G=7.39%
B=70.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50171630.690.9000.36253.5681.1135.29
Hex3211A3455A024fe5123
Octal622124310513204437612143
Binary1100101000110100011100010110110100100100111111101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3211A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3211A3; }

 p { color: rgb(50,17,163); }

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

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

 a { background-color: rgb(50,17,163); }

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

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

 span { border-color: rgb(50,17,163); }

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