Html Css Color HEX #2915B2 Ultramarine

📋 copy color: '#2915B2'

red 41 ◦ green 21 ◦ blue 178

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

Shades of Ultramarine #2915B2

Tints of Ultramarine #2915B2

RGB

 RED value IS 41 (16.41% from 255) = 17.08%

 GREEN value IS 21 (8.59% from 255) = 8.75%

 BLUE value IS 178 (69.92% from 255) = 74.17%

R = 17.08%
G = 8.75%
B = 74.17%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2915B2 (or 0x2915B2) is known color: Ultramarine. HEX triplet: 29, 15 and B2. RGB value is (41,21,178). Sum of RGB (Red+Green+Blue) = 41+21+178=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 178 (69.92% from 255 or 74.17% from 240); Max value from RGB is 178 - color contains mainly: blue. Hex color #2915B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2915B2 is #D6EA4D. Grayscale: #2C2C2C. Windows color (decimal): -14084686 or 11670825. OLE color: 11670825.

HSL color Cylindrical-coordinate representation of color #2915B2: hue angle of 247.64º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2915B2 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 21 178 -
CMYK 0.77 0.88 0 0.30
HSL 247.64º 0.79% 0.39% -
HSV(B) 247.64º 0.88% 0.7% -
XYZ 9.22 4.22 42.45 -
YUV 44.88 203.13 125.23 -
System Red Green Blue C M Y K H S L
Decimal 41 21 178 0.77 0.88 0 0.30 247.64 0.79 0.39
Hex 29 15 B2 4D 58 0 1E F8 4F 27
Octal 51 25 262 115 130 0 36 370 117 47
Binary 101001 10101 10110010 1001101 1011000 0 11110 11111000 1001111 100111

Color Harmonies of #2915B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2915B2

Black with #2915B2

Text Example


Text Example

White with #2915B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2915B2; }

 p { color: rgb(41,21,178); }

 H1.HeaderClassName
 {
   color: #2915B2;
 }
 .AnyTagClassName
 {
   color: #2915B2;
 }
</style>

background-color css

<style>
 a { background-color: #2915B2; }

 a { background-color: rgb(41,21,178); }

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

border-color css

<style>
 span { border-color: #2915B2; }

 span { border-color: rgb(41,21,178); }

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