#2905B1

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

Shades of Ultramarine #2905B1

Tints of Ultramarine #2905B1

Color information

#2905B1 (or 0x2905B1) is unknown color: approx Ultramarine. HEX triplet: 29, 05 and B1. RGB value is (41,5,177). Sum of RGB (Red+Green+Blue) = 41+5+177=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 177 (69.53% from 255 or 79.37% from 223); Max value from RGB is 177 - color contains mainly: blue. Hex color #2905B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2905B1 is #D6FA4E. Grayscale: #222222. Windows color (decimal): -14088783 or 11601193. OLE color: 11601193.

HSL color Cylindrical-coordinate representation of color #2905B1: hue angle of 252.56º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2905B1 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB415177-
CMYK0.770.9700.31
HSL252.56º94.51%35.69%-
HSV(B)252.56º97.18%69.41%-
XYZ8.93.7541.85-
YUV35.37207.93132.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 177 (69.53% from 255) = 79.37%
R=18.39%
G=2.24%
B=79.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4151770.770.9700.31252.5694.5135.69
Hex295B14D6101Ffd5f24
Octal51526111514103737513744
Binary1010011011011000110011011100001011111111111011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2905B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2905B1; }

 p { color: rgb(41,5,177); }

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

<style>
 a { background-color: #2905B1; }

 a { background-color: rgb(41,5,177); }

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

<style>
 span { border-color: #2905B1; }

 span { border-color: rgb(41,5,177); }

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