Html Css Color HEX #321DAE Persian Blue

📋 copy color: '#321DAE'

red 50 ◦ green 29 ◦ blue 174

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

Shades of Persian Blue #321DAE

Tints of Persian Blue #321DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 19.76%
G = 11.46%
B = 68.77%

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

#321DAE (or 0x321DAE) is known color: Persian Blue. HEX triplet: 32, 1D and AE. RGB value is (50,29,174). Sum of RGB (Red+Green+Blue) = 50+29+174=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #321DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321DAE is #CDE251. Grayscale: #333333. Windows color (decimal): -13492818 or 11410738. OLE color: 11410738.

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

Color convert

RGB 50 29 174 -
CMYK 0.71 0.83 0 0.32
HSL 248.69º 0.71% 0.4% -
HSV(B) 248.69º 0.83% 0.68% -
XYZ 9.39 4.61 40.44 -
YUV 51.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 50 29 174 0.71 0.83 0 0.32 248.69 0.71 0.4
Hex 32 1D AE 47 53 0 20 F9 47 28
Octal 62 35 256 107 123 0 40 371 107 50
Binary 110010 11101 10101110 1000111 1010011 0 100000 11111001 1000111 101000

Color Harmonies of #321DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DAE

Black with #321DAE

Text Example


Text Example

White with #321DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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