#321BBB

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

Shades of Persian Blue #321BBB

Tints of Persian Blue #321BBB

Color information

#321BBB (or 0x321BBB) is unknown color: approx Persian Blue. HEX triplet: 32, 1B and BB. RGB value is (50,27,187). Sum of RGB (Red+Green+Blue) = 50+27+187=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #321BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BBB is #CDE444. Grayscale: #333333. Windows color (decimal): -13493317 or 12262194. OLE color: 12262194.

HSL color Cylindrical-coordinate representation of color #321BBB: hue angle of 248.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321BBB is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5027187-
CMYK0.730.8600.27
HSL248.62º74.77%41.96%-
HSV(B)248.62º85.56%73.33%-
XYZ10.685.0547.43-
YUV52.12204.12126.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 27 (10.94% from 255) = 10.23%
BLUE value IS 187 (73.44% from 255) = 70.83%
R=18.94%
G=10.23%
B=70.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50271870.730.8600.27248.6274.7741.96
Hex321BBB495601Bf94b2a
Octal623327311112603337111352
Binary110010110111011101110010011010110011011111110011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321BBB; }

 p { color: rgb(50,27,187); }

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

<style>
 a { background-color: #321BBB; }

 a { background-color: rgb(50,27,187); }

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

<style>
 span { border-color: #321BBB; }

 span { border-color: rgb(50,27,187); }

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