Html Css Color HEX #321DAF Persian Blue

📋 copy color: '#321DAF'

red 50 ◦ green 29 ◦ blue 175

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

Shades of Persian Blue #321DAF

Tints of Persian Blue #321DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

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

R = 19.69%
G = 11.42%
B = 68.9%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#321DAF (or 0x321DAF) is known color: Persian Blue. HEX triplet: 32, 1D and AF. RGB value is (50,29,175). Sum of RGB (Red+Green+Blue) = 50+29+175=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #321DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321DAF is #CDE250. Grayscale: #333333. Windows color (decimal): -13492817 or 11476274. OLE color: 11476274.

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

Color convert

RGB 50 29 175 -
CMYK 0.71 0.83 0 0.31
HSL 248.63º 0.72% 0.4% -
HSV(B) 248.63º 0.83% 0.69% -
XYZ 9.49 4.65 40.96 -
YUV 51.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 50 29 175 0.71 0.83 0 0.31 248.63 0.72 0.4
Hex 32 1D AF 47 53 0 1F F9 48 28
Octal 62 35 257 107 123 0 37 371 110 50
Binary 110010 11101 10101111 1000111 1010011 0 11111 11111001 1001000 101000

Color Harmonies of #321DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DAF

Black with #321DAF

Text Example


Text Example

White with #321DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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