Html Css Color HEX #321EAB Persian Blue

📋 copy color: '#321EAB'

red 50 ◦ green 30 ◦ blue 171

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

Shades of Persian Blue #321EAB

Tints of Persian Blue #321EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.13%

R = 19.92%
G = 11.95%
B = 68.13%

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

#321EAB (or 0x321EAB) is known color: Persian Blue. HEX triplet: 32, 1E and AB. RGB value is (50,30,171). Sum of RGB (Red+Green+Blue) = 50+30+171=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #321EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321EAB is #CDE154. Grayscale: #333333. Windows color (decimal): -13492565 or 11214386. OLE color: 11214386.

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

Color convert

RGB 50 30 171 -
CMYK 0.71 0.82 0 0.33
HSL 248.51º 0.7% 0.39% -
HSV(B) 248.51º 0.82% 0.67% -
XYZ 9.13 4.55 38.92 -
YUV 52.05 195.13 126.54 -
System Red Green Blue C M Y K H S L
Decimal 50 30 171 0.71 0.82 0 0.33 248.51 0.7 0.39
Hex 32 1E AB 47 52 0 21 F9 46 27
Octal 62 36 253 107 122 0 41 371 106 47
Binary 110010 11110 10101011 1000111 1010010 0 100001 11111001 1000110 100111

Color Harmonies of #321EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EAB

Black with #321EAB

Text Example


Text Example

White with #321EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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