#2A1397

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

Shades of Ultramarine #2A1397

Tints of Ultramarine #2A1397

Color information

#2A1397 (or 0x2A1397) is unknown color: approx Ultramarine. HEX triplet: 2A, 13 and 97. RGB value is (42,19,151). Sum of RGB (Red+Green+Blue) = 42+19+151=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 151 (59.38% from 255 or 71.23% from 212); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A1397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1397 is #D5EC68. Grayscale: #282828. Windows color (decimal): -14019689 or 9900842. OLE color: 9900842.

HSL color Cylindrical-coordinate representation of color #2A1397: hue angle of 250.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A1397 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4219151-
CMYK0.720.8700.41
HSL250.45º77.65%33.33%-
HSV(B)250.45º87.42%59.22%-
XYZ6.773.1929.54-
YUV40.92190.12128.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 151 (59.38% from 255) = 71.23%
R=19.81%
G=8.96%
B=71.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42191510.720.8700.41250.4577.6533.33
Hex2A13974857029fa4e21
Octal522322711012705137211641
Binary1010101001110010111100100010101110101001111110101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,19,151); }

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

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

 a { background-color: rgb(42,19,151); }

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

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

 span { border-color: rgb(42,19,151); }

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