Html Css Color HEX #321FAF Persian Blue

📋 copy color: '#321FAF'

red 50 ◦ green 31 ◦ blue 175

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

Shades of Persian Blue #321FAF

Tints of Persian Blue #321FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 19.53%
G = 12.11%
B = 68.36%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#321FAF (or 0x321FAF) is known color: Persian Blue. HEX triplet: 32, 1F and AF. RGB value is (50,31,175). Sum of RGB (Red+Green+Blue) = 50+31+175=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #321FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321FAF is #CDE050. Grayscale: #343434. Windows color (decimal): -13492305 or 11476786. OLE color: 11476786.

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

Color convert

RGB 50 31 175 -
CMYK 0.71 0.82 0 0.31
HSL 247.92º 0.7% 0.4% -
HSV(B) 247.92º 0.82% 0.69% -
XYZ 9.54 4.75 40.97 -
YUV 53.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 50 31 175 0.71 0.82 0 0.31 247.92 0.7 0.4
Hex 32 1F AF 47 52 0 1F F8 46 28
Octal 62 37 257 107 122 0 37 370 106 50
Binary 110010 11111 10101111 1000111 1010010 0 11111 11111000 1000110 101000

Color Harmonies of #321FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FAF

Black with #321FAF

Text Example


Text Example

White with #321FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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