#321ABD

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

Shades of Persian Blue #321ABD

Tints of Persian Blue #321ABD

Color information

#321ABD (or 0x321ABD) is unknown color: approx Persian Blue. HEX triplet: 32, 1A and BD. RGB value is (50,26,189). Sum of RGB (Red+Green+Blue) = 50+26+189=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #321ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ABD is #CDE542. Grayscale: #333333. Windows color (decimal): -13493571 or 12393010. OLE color: 12393010.

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

Color convert

RGB5026189-
CMYK0.740.8600.26
HSL248.83º75.81%42.16%-
HSV(B)248.83º86.24%74.12%-
XYZ10.875.0948.55-
YUV51.76205.45126.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 26 (10.55% from 255) = 9.81%
BLUE value IS 189 (74.22% from 255) = 71.32%
R=18.87%
G=9.81%
B=71.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50261890.740.8600.26248.8375.8142.16
Hex321ABD4A5601Af94c2a
Octal623227511212603237111452
Binary110010110101011110110010101010110011010111110011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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