#321ACF

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

Shades of Persian Blue #321ACF

Tints of Persian Blue #321ACF

Color information

#321ACF (or 0x321ACF) is unknown color: approx Persian Blue. HEX triplet: 32, 1A and CF. RGB value is (50,26,207). Sum of RGB (Red+Green+Blue) = 50+26+207=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #321ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ACF is #CDE530. Grayscale: #353535. Windows color (decimal): -13493553 or 13572658. OLE color: 13572658.

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

Color convert

RGB5026207-
CMYK0.760.8700.19
HSL247.96º77.68%45.69%-
HSV(B)247.96º87.44%81.18%-
XYZ12.955.9259.49-
YUV53.81214.45125.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 207 (81.25% from 255) = 73.14%
R=17.67%
G=9.19%
B=73.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50262070.760.8700.19247.9677.6845.69
Hex321ACF4C57013f84e2e
Octal623231711412702337011656
Binary110010110101100111110011001010111010011111110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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