#321DD4

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

Shades of Persian Blue #321DD4

Tints of Persian Blue #321DD4

Color information

#321DD4 (or 0x321DD4) is unknown color: approx Persian Blue. HEX triplet: 32, 1D and D4. RGB value is (50,29,212). Sum of RGB (Red+Green+Blue) = 50+29+212=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 212 (83.20% from 255 or 72.85% from 291); Max value from RGB is 212 - color contains mainly: blue. Hex color #321DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DD4 is #CDE22B. Grayscale: #373737. Windows color (decimal): -13492780 or 13901106. OLE color: 13901106.

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

Color convert

RGB5029212-
CMYK0.760.8600.17
HSL246.89º75.93%47.25%-
HSV(B)246.89º86.32%83.14%-
XYZ13.646.3162.79-
YUV56.14215.96123.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 212 (83.20% from 255) = 72.85%
R=17.18%
G=9.97%
B=72.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal50292120.760.8600.17246.8975.9347.25
Hex321DD44C56011f74c2f
Octal623532411412602136711457
Binary110010111011101010010011001010110010001111101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,29,212); }

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

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

 a { background-color: rgb(50,29,212); }

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

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

 span { border-color: rgb(50,29,212); }

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