#2917BA

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

Shades of Persian Blue #2917BA

Tints of Persian Blue #2917BA

Color information

#2917BA (or 0x2917BA) is unknown color: approx Persian Blue. HEX triplet: 29, 17 and BA. RGB value is (41,23,186). Sum of RGB (Red+Green+Blue) = 41+23+186=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #2917BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917BA is #D6E845. Grayscale: #2E2E2E. Windows color (decimal): -14084166 or 12195625. OLE color: 12195625.

HSL color Cylindrical-coordinate representation of color #2917BA: hue angle of 246.63º 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 #2917BA is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4123186-
CMYK0.780.8800.27
HSL246.63º77.99%40.98%-
HSV(B)246.63º87.63%72.94%-
XYZ10.084.6346.82-
YUV46.96206.46123.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 186 (73.05% from 255) = 74.4%
R=16.4%
G=9.2%
B=74.4%

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
Decimal41231860.780.8800.27246.6377.9940.98
Hex2917BA4E5801Bf74e29
Octal512727211613003336711651
Binary101001101111011101010011101011000011011111101111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2917BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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