#2A0595

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

Shades of Ultramarine #2A0595

Tints of Ultramarine #2A0595

Color information

#2A0595 (or 0x2A0595) is unknown color: approx Ultramarine. HEX triplet: 2A, 05 and 95. RGB value is (42,5,149). Sum of RGB (Red+Green+Blue) = 42+5+149=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A0595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0595 is #D5FA6A. Grayscale: #1F1F1F. Windows color (decimal): -14023275 or 9766186. OLE color: 9766186.

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

Color convert

RGB425149-
CMYK0.720.9700.42
HSL255.42º93.51%30.2%-
HSV(B)255.42º96.64%58.43%-
XYZ6.432.7728.63-
YUV32.48193.76134.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 149 (58.59% from 255) = 76.02%
R=21.43%
G=2.55%
B=76.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4251490.720.9700.42255.4293.5130.2
Hex2A595486102Aff5e1e
Octal52522511014105237713636
Binary1010101011001010110010001100001010101011111111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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