Html Css Color HEX #2915AF Ultramarine

📋 copy color: '#2915AF'

red 41 ◦ green 21 ◦ blue 175

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

Shades of Ultramarine #2915AF

Tints of Ultramarine #2915AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 73.84%

R = 17.3%
G = 8.86%
B = 73.84%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2915AF (or 0x2915AF) is known color: Ultramarine. HEX triplet: 29, 15 and AF. RGB value is (41,21,175). Sum of RGB (Red+Green+Blue) = 41+21+175=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #2915AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2915AF is #D6EA50. Grayscale: #2B2B2B. Windows color (decimal): -14084689 or 11474217. OLE color: 11474217.

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

Color convert

RGB 41 21 175 -
CMYK 0.77 0.88 0 0.31
HSL 247.79º 0.79% 0.38% -
HSV(B) 247.79º 0.88% 0.69% -
XYZ 8.92 4.1 40.88 -
YUV 44.54 201.63 125.48 -
System Red Green Blue C M Y K H S L
Decimal 41 21 175 0.77 0.88 0 0.31 247.79 0.79 0.38
Hex 29 15 AF 4D 58 0 1F F8 4F 26
Octal 51 25 257 115 130 0 37 370 117 46
Binary 101001 10101 10101111 1001101 1011000 0 11111 11111000 1001111 100110

Color Harmonies of #2915AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2915AF

Black with #2915AF

Text Example


Text Example

White with #2915AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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