Html Css Color HEX #321FAE Persian Blue

📋 copy color: '#321FAE'

red 50 ◦ green 31 ◦ blue 174

#321FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #321FAE

Tints of Persian Blue #321FAE

RGB

 RED value IS 50 (19.92% from 255) = 19.61%

 GREEN value IS 31 (12.5% from 255) = 12.16%

 BLUE value IS 174 (68.36% from 255) = 68.24%

R = 19.61%
G = 12.16%
B = 68.24%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#321FAE (or 0x321FAE) is known color: Persian Blue. HEX triplet: 32, 1F and AE. RGB value is (50,31,174). Sum of RGB (Red+Green+Blue) = 50+31+174=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #321FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321FAE is #CDE051. Grayscale: #343434. Windows color (decimal): -13492306 or 11411250. OLE color: 11411250.

HSL color Cylindrical-coordinate representation of color #321FAE: hue angle of 247.97º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321FAE is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 31 174 -
CMYK 0.71 0.82 0 0.32
HSL 247.97º 0.7% 0.4% -
HSV(B) 247.97º 0.82% 0.68% -
XYZ 9.45 4.71 40.46 -
YUV 52.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 50 31 174 0.71 0.82 0 0.32 247.97 0.7 0.4
Hex 32 1F AE 47 52 0 20 F8 46 28
Octal 62 37 256 107 122 0 40 370 106 50
Binary 110010 11111 10101110 1000111 1010010 0 100000 11111000 1000110 101000

Color Harmonies of #321FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FAE

Black with #321FAE

Text Example


Text Example

White with #321FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #321FAE;
 }
 .AnyTagClassName
 {
   color: #321FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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