Html Css Color HEX #321DAD Persian Blue

📋 copy color: '#321DAD'

red 50 ◦ green 29 ◦ blue 173

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

Shades of Persian Blue #321DAD

Tints of Persian Blue #321DAD

RGB

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

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

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

R = 19.84%
G = 11.51%
B = 68.65%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#321DAD (or 0x321DAD) is known color: Persian Blue. HEX triplet: 32, 1D and AD. RGB value is (50,29,173). Sum of RGB (Red+Green+Blue) = 50+29+173=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #321DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321DAD is #CDE252. Grayscale: #333333. Windows color (decimal): -13492819 or 11345202. OLE color: 11345202.

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

Color convert

RGB 50 29 173 -
CMYK 0.71 0.83 0 0.32
HSL 248.75º 0.71% 0.4% -
HSV(B) 248.75º 0.83% 0.68% -
XYZ 9.3 4.57 39.93 -
YUV 51.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 50 29 173 0.71 0.83 0 0.32 248.75 0.71 0.4
Hex 32 1D AD 47 53 0 20 F9 47 28
Octal 62 35 255 107 123 0 40 371 107 50
Binary 110010 11101 10101101 1000111 1010011 0 100000 11111001 1000111 101000

Color Harmonies of #321DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DAD

Black with #321DAD

Text Example


Text Example

White with #321DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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