Html Css Color HEX #321EAF Persian Blue

📋 copy color: '#321EAF'

red 50 ◦ green 30 ◦ blue 175

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

Shades of Persian Blue #321EAF

Tints of Persian Blue #321EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

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

R = 19.61%
G = 11.76%
B = 68.63%

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

#321EAF (or 0x321EAF) is known color: Persian Blue. HEX triplet: 32, 1E and AF. RGB value is (50,30,175). Sum of RGB (Red+Green+Blue) = 50+30+175=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #321EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321EAF is #CDE150. Grayscale: #333333. Windows color (decimal): -13492561 or 11476530. OLE color: 11476530.

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

Color convert

RGB 50 30 175 -
CMYK 0.71 0.83 0 0.31
HSL 248.28º 0.71% 0.4% -
HSV(B) 248.28º 0.83% 0.69% -
XYZ 9.52 4.7 40.96 -
YUV 52.51 197.13 126.21 -
System Red Green Blue C M Y K H S L
Decimal 50 30 175 0.71 0.83 0 0.31 248.28 0.71 0.4
Hex 32 1E AF 47 53 0 1F F8 47 28
Octal 62 36 257 107 123 0 37 370 107 50
Binary 110010 11110 10101111 1000111 1010011 0 11111 11111000 1000111 101000

Color Harmonies of #321EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EAF

Black with #321EAF

Text Example


Text Example

White with #321EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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