#2917B9

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

Shades of Persian Blue #2917B9

Tints of Persian Blue #2917B9

Color information

#2917B9 (or 0x2917B9) is unknown color: approx Persian Blue. HEX triplet: 29, 17 and B9. RGB value is (41,23,185). Sum of RGB (Red+Green+Blue) = 41+23+185=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 185 (72.66% from 255 or 74.30% from 249); Max value from RGB is 185 - color contains mainly: blue. Hex color #2917B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917B9 is #D6E846. Grayscale: #2E2E2E. Windows color (decimal): -14084167 or 12130089. OLE color: 12130089.

HSL color Cylindrical-coordinate representation of color #2917B9: hue angle of 246.67º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2917B9 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4123185-
CMYK0.780.8800.27
HSL246.67º77.88%40.78%-
HSV(B)246.67º87.57%72.55%-
XYZ9.984.5946.26-
YUV46.85205.96123.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 185 (72.66% from 255) = 74.30%
R=16.47%
G=9.24%
B=74.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41231850.780.8800.27246.6777.8840.78
Hex2917B94E5801Bf74e29
Octal512727111613003336711651
Binary101001101111011100110011101011000011011111101111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2917B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2917B9; }

 p { color: rgb(41,23,185); }

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

<style>
 a { background-color: #2917B9; }

 a { background-color: rgb(41,23,185); }

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

<style>
 span { border-color: #2917B9; }

 span { border-color: rgb(41,23,185); }

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