Html Css Color HEX #321FAB Persian Blue

📋 copy color: '#321FAB'

red 50 ◦ green 31 ◦ blue 171

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

Shades of Persian Blue #321FAB

Tints of Persian Blue #321FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.3%

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

R = 19.84%
G = 12.3%
B = 67.86%

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

#321FAB (or 0x321FAB) is known color: Persian Blue. HEX triplet: 32, 1F and AB. RGB value is (50,31,171). Sum of RGB (Red+Green+Blue) = 50+31+171=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #321FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321FAB is #CDE054. Grayscale: #343434. Windows color (decimal): -13492309 or 11214642. OLE color: 11214642.

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

Color convert

RGB 50 31 171 -
CMYK 0.71 0.82 0 0.33
HSL 248.14º 0.69% 0.4% -
HSV(B) 248.14º 0.82% 0.67% -
XYZ 9.16 4.6 38.93 -
YUV 52.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 50 31 171 0.71 0.82 0 0.33 248.14 0.69 0.4
Hex 32 1F AB 47 52 0 21 F8 45 28
Octal 62 37 253 107 122 0 41 370 105 50
Binary 110010 11111 10101011 1000111 1010010 0 100001 11111000 1000101 101000

Color Harmonies of #321FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FAB

Black with #321FAB

Text Example


Text Example

White with #321FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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