#2A1395

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

Shades of Ultramarine #2A1395

Tints of Ultramarine #2A1395

Color information

#2A1395 (or 0x2A1395) is unknown color: approx Ultramarine. HEX triplet: 2A, 13 and 95. RGB value is (42,19,149). Sum of RGB (Red+Green+Blue) = 42+19+149=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A1395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1395 is #D5EC6A. Grayscale: #282828. Windows color (decimal): -14019691 or 9769770. OLE color: 9769770.

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

Color convert

RGB4219149-
CMYK0.720.8700.42
HSL250.62º77.38%32.94%-
HSV(B)250.62º87.25%58.43%-
XYZ6.613.1328.69-
YUV40.7189.12128.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 149 (58.59% from 255) = 70.95%
R=20%
G=9.05%
B=70.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42191490.720.8700.42250.6277.3832.94
Hex2A1395485702Afb4d21
Octal522322511012705237311541
Binary1010101001110010101100100010101110101010111110111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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