#321FD1

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

Shades of Persian Blue #321FD1

Tints of Persian Blue #321FD1

Color information

#321FD1 (or 0x321FD1) is unknown color: approx Persian Blue. HEX triplet: 32, 1F and D1. RGB value is (50,31,209). Sum of RGB (Red+Green+Blue) = 50+31+209=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #321FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FD1 is #CDE02E. Grayscale: #383838. Windows color (decimal): -13492271 or 13705010. OLE color: 13705010.

HSL color Cylindrical-coordinate representation of color #321FD1: hue angle of 246.4º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321FD1 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5031209-
CMYK0.760.8500.18
HSL246.4º74.17%47.06%-
HSV(B)246.4º85.17%81.96%-
XYZ13.316.2660.83-
YUV56.97213.79123.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 209 (82.03% from 255) = 72.07%
R=17.24%
G=10.69%
B=72.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50312090.760.8500.18246.474.1747.06
Hex321FD14C55012f64a2f
Octal623732111412502236611257
Binary110010111111101000110011001010101010010111101101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,31,209); }

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

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

 a { background-color: rgb(50,31,209); }

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

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

 span { border-color: rgb(50,31,209); }

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