Html Css Color HEX #321FAC Persian Blue

📋 copy color: '#321FAC'

red 50 ◦ green 31 ◦ blue 172

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

Shades of Persian Blue #321FAC

Tints of Persian Blue #321FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.98%

R = 19.76%
G = 12.25%
B = 67.98%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#321FAC (or 0x321FAC) is known color: Persian Blue. HEX triplet: 32, 1F and AC. RGB value is (50,31,172). Sum of RGB (Red+Green+Blue) = 50+31+172=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #321FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321FAC is #CDE053. Grayscale: #343434. Windows color (decimal): -13492308 or 11280178. OLE color: 11280178.

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

Color convert

RGB 50 31 172 -
CMYK 0.71 0.82 0 0.33
HSL 248.09º 0.69% 0.4% -
HSV(B) 248.09º 0.82% 0.67% -
XYZ 9.25 4.64 39.44 -
YUV 52.76 195.29 126.04 -
System Red Green Blue C M Y K H S L
Decimal 50 31 172 0.71 0.82 0 0.33 248.09 0.69 0.4
Hex 32 1F AC 47 52 0 21 F8 45 28
Octal 62 37 254 107 122 0 41 370 105 50
Binary 110010 11111 10101100 1000111 1010010 0 100001 11111000 1000101 101000

Color Harmonies of #321FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FAC

Black with #321FAC

Text Example


Text Example

White with #321FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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