#3217BD

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

Shades of Persian Blue #3217BD

Tints of Persian Blue #3217BD

Color information

#3217BD (or 0x3217BD) is unknown color: approx Persian Blue. HEX triplet: 32, 17 and BD. RGB value is (50,23,189). Sum of RGB (Red+Green+Blue) = 50+23+189=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #3217BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3217BD is #CDE842. Grayscale: #313131. Windows color (decimal): -13494339 or 12392242. OLE color: 12392242.

HSL color Cylindrical-coordinate representation of color #3217BD: hue angle of 249.76º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3217BD is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5023189-
CMYK0.740.8800.26
HSL249.76º78.3%41.57%-
HSV(B)249.76º87.83%74.12%-
XYZ10.814.9748.53-
YUV50206.45128-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 23 (9.38% from 255) = 8.78%
BLUE value IS 189 (74.22% from 255) = 72.14%
R=19.08%
G=8.78%
B=72.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50231890.740.8800.26249.7678.341.57
Hex3217BD4A5801Afa4e2a
Octal622727511213003237211652
Binary110010101111011110110010101011000011010111110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3217BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3217BD; }

 p { color: rgb(50,23,189); }

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

<style>
 a { background-color: #3217BD; }

 a { background-color: rgb(50,23,189); }

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

<style>
 span { border-color: #3217BD; }

 span { border-color: rgb(50,23,189); }

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