#321FCF

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

Shades of Persian Blue #321FCF

Tints of Persian Blue #321FCF

Color information

#321FCF (or 0x321FCF) is unknown color: approx Persian Blue. HEX triplet: 32, 1F and CF. RGB value is (50,31,207). Sum of RGB (Red+Green+Blue) = 50+31+207=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #321FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FCF is #CDE030. Grayscale: #383838. Windows color (decimal): -13492273 or 13573938. OLE color: 13573938.

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

Color convert

RGB5031207-
CMYK0.760.8500.19
HSL246.48º73.95%46.67%-
HSV(B)246.48º85.02%81.18%-
XYZ13.076.1659.53-
YUV56.74212.79123.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 31 (12.5% from 255) = 10.76%
BLUE value IS 207 (81.25% from 255) = 71.88%
R=17.36%
G=10.76%
B=71.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50312070.760.8500.19246.4873.9546.67
Hex321FCF4C55013f64a2f
Octal623731711412502336611257
Binary110010111111100111110011001010101010011111101101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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