Html Css Color HEX #321F89 Persian Indigo

📋 copy color: '#321F89'

red 50 ◦ green 31 ◦ blue 137

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

Shades of Persian Indigo #321F89

Tints of Persian Indigo #321F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.84%

R = 22.94%
G = 14.22%
B = 62.84%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#321F89 (or 0x321F89) is known color: Persian Indigo. HEX triplet: 32, 1F and 89. RGB value is (50,31,137). Sum of RGB (Red+Green+Blue) = 50+31+137=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #321F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321F89 is #CDE076. Grayscale: #303030. Windows color (decimal): -13492343 or 8986418. OLE color: 8986418.

HSL color Cylindrical-coordinate representation of color #321F89: hue angle of 250.75º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321F89 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 31 137 -
CMYK 0.64 0.77 0 0.46
HSL 250.75º 0.63% 0.33% -
HSV(B) 250.75º 0.77% 0.54% -
XYZ 6.32 3.46 24 -
YUV 48.77 177.79 128.88 -
System Red Green Blue C M Y K H S L
Decimal 50 31 137 0.64 0.77 0 0.46 250.75 0.63 0.33
Hex 32 1F 89 40 4D 0 2E FB 3F 21
Octal 62 37 211 100 115 0 56 373 77 41
Binary 110010 11111 10001001 1000000 1001101 0 101110 11111011 111111 100001

Color Harmonies of #321F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F89

Black with #321F89

Text Example


Text Example

White with #321F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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