Html Css Color HEX #2A0495 Ultramarine

📋 copy color: '#2A0495'

red 42 ◦ green 4 ◦ blue 149

#2A0495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2A0495

Tints of Ultramarine #2A0495

RGB

 RED value IS 42 (16.8% from 255) = 21.54%

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 149 (58.59% from 255) = 76.41%

R = 21.54%
G = 2.05%
B = 76.41%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A0495 (or 0x2A0495) is known color: Ultramarine. HEX triplet: 2A, 04 and 95. RGB value is (42,4,149). Sum of RGB (Red+Green+Blue) = 42+4+149=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A0495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0495 is #D5FB6A. Grayscale: #1F1F1F. Windows color (decimal): -14023531 or 9765930. OLE color: 9765930.

HSL color Cylindrical-coordinate representation of color #2A0495: hue angle of 255.72º degrees, saturation: 0.95, 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 #2A0495 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 4 149 -
CMYK 0.72 0.97 0 0.42
HSL 255.72º 0.95% 0.3% -
HSV(B) 255.72º 0.97% 0.58% -
XYZ 6.42 2.75 28.63 -
YUV 31.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 42 4 149 0.72 0.97 0 0.42 255.72 0.95 0.3
Hex 2A 4 95 48 61 0 2A 100 5F 1E
Octal 52 4 225 110 141 0 52 400 137 36
Binary 101010 100 10010101 1001000 1100001 0 101010 100000000 1011111 11110

Color Harmonies of #2A0495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0495

Black with #2A0495

Text Example


Text Example

White with #2A0495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A0495;
 }
 .AnyTagClassName
 {
   color: #2A0495;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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