#2B1399

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

Shades of Ultramarine #2B1399

Tints of Ultramarine #2B1399

Color information

#2B1399 (or 0x2B1399) is unknown color: approx Ultramarine. HEX triplet: 2B, 13 and 99. RGB value is (43,19,153). Sum of RGB (Red+Green+Blue) = 43+19+153=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B1399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1399 is #D4EC66. Grayscale: #282828. Windows color (decimal): -13954151 or 10031915. OLE color: 10031915.

HSL color Cylindrical-coordinate representation of color #2B1399: hue angle of 250.75º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1399 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4319153-
CMYK0.720.8800.4
HSL250.75º77.91%33.73%-
HSV(B)250.75º87.58%60%-
XYZ6.983.2830.4-
YUV41.45190.95129.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 153 (60.16% from 255) = 71.16%
R=20%
G=8.84%
B=71.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43191530.720.8800.4250.7577.9133.73
Hex2B13994858028fb4e22
Octal532323111013005037311642
Binary1010111001110011001100100010110000101000111110111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1399; }

 p { color: rgb(43,19,153); }

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

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

 a { background-color: rgb(43,19,153); }

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

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

 span { border-color: rgb(43,19,153); }

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