Html Css Color HEX #321FAD Persian Blue

📋 copy color: '#321FAD'

red 50 ◦ green 31 ◦ blue 173

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

Shades of Persian Blue #321FAD

Tints of Persian Blue #321FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.11%

R = 19.69%
G = 12.2%
B = 68.11%

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

#321FAD (or 0x321FAD) is known color: Persian Blue. HEX triplet: 32, 1F and AD. RGB value is (50,31,173). Sum of RGB (Red+Green+Blue) = 50+31+173=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #321FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321FAD is #CDE052. Grayscale: #343434. Windows color (decimal): -13492307 or 11345714. OLE color: 11345714.

HSL color Cylindrical-coordinate representation of color #321FAD: hue angle of 248.03º 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 #321FAD is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 31 173 -
CMYK 0.71 0.82 0 0.32
HSL 248.03º 0.7% 0.4% -
HSV(B) 248.03º 0.82% 0.68% -
XYZ 9.35 4.68 39.94 -
YUV 52.87 195.79 125.95 -
System Red Green Blue C M Y K H S L
Decimal 50 31 173 0.71 0.82 0 0.32 248.03 0.7 0.4
Hex 32 1F AD 47 52 0 20 F8 46 28
Octal 62 37 255 107 122 0 40 370 106 50
Binary 110010 11111 10101101 1000111 1010010 0 100000 11111000 1000110 101000

Color Harmonies of #321FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FAD

Black with #321FAD

Text Example


Text Example

White with #321FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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