#2913BF

Color #2913BF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2913BF

Tints of Persian Blue #2913BF

Color information

#2913BF (or 0x2913BF) is unknown color: approx Persian Blue. HEX triplet: 29, 13 and BF. RGB value is (41,19,191). Sum of RGB (Red+Green+Blue) = 41+19+191=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #2913BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2913BF is #D6EC40. Grayscale: #2C2C2C. Windows color (decimal): -14085185 or 12522281. OLE color: 12522281.

HSL color Cylindrical-coordinate representation of color #2913BF: hue angle of 247.67º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2913BF is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4119191-
CMYK0.790.9000.25
HSL247.67º81.9%41.18%-
HSV(B)247.67º90.05%74.9%-
XYZ10.554.749.64-
YUV45.19210.29125.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 191 (75% from 255) = 76.10%
R=16.33%
G=7.57%
B=76.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41191910.790.9000.25247.6781.941.18
Hex2913BF4F5A019f85229
Octal512327711713203137012251
Binary101001100111011111110011111011010011001111110001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2913BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2913BF; }

 p { color: rgb(41,19,191); }

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

<style>
 a { background-color: #2913BF; }

 a { background-color: rgb(41,19,191); }

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

<style>
 span { border-color: #2913BF; }

 span { border-color: rgb(41,19,191); }

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