#2a1f93

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

Shades of Ultramarine #2A1F93

Tints of Ultramarine #2A1F93

Color information

#2A1F93 (or 0x2A1F93) is unknown color: approx Ultramarine. HEX triplet: 2A, 1F and 93. RGB value is (42,31,147). Sum of RGB (Red+Green+Blue) = 42+31+147=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A1F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1F93 is #D5E06C. Grayscale: #2F2F2F. Windows color (decimal): -14016621 or 9641770. OLE color: 9641770.

HSL color Cylindrical-coordinate representation of color #2A1F93: hue angle of 245.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1F93 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4231147-
CMYK0.710.7900.42
HSL245.69º65.17%34.9%-
HSV(B)245.69º78.91%57.65%-
XYZ6.713.5827.94-
YUV47.51184.14124.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 31 (12.5% from 255) = 14.09%
BLUE value IS 147 (57.81% from 255) = 66.82%
R=19.09%
G=14.09%
B=66.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42311470.710.7900.42245.6965.1734.9
Hex2A1F93474F02Af64123
Octal523722310711705236610143
Binary1010101111110010011100011110011110101010111101101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a1f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,31,147); }

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

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

 a { background-color: rgb(42,31,147); }

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

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

 span { border-color: rgb(42,31,147); }

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