Html Css Color HEX #321E81 Persian Indigo

📋 copy color: '#321E81'

red 50 ◦ green 30 ◦ blue 129

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

Shades of Persian Indigo #321E81

Tints of Persian Indigo #321E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 61.72%

R = 23.92%
G = 14.35%
B = 61.72%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321E81 (or 0x321E81) is known color: Persian Indigo. HEX triplet: 32, 1E and 81. RGB value is (50,30,129). Sum of RGB (Red+Green+Blue) = 50+30+129=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #321E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321E81 is #CDE17E. Grayscale: #2E2E2E. Windows color (decimal): -13492607 or 8461874. OLE color: 8461874.

HSL color Cylindrical-coordinate representation of color #321E81: hue angle of 252.12º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321E81 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 30 129 -
CMYK 0.61 0.77 0 0.49
HSL 252.12º 0.62% 0.31% -
HSV(B) 252.12º 0.77% 0.51% -
XYZ 5.74 3.19 21.08 -
YUV 47.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 50 30 129 0.61 0.77 0 0.49 252.12 0.62 0.31
Hex 32 1E 81 3D 4D 0 31 FC 3E 1F
Octal 62 36 201 75 115 0 61 374 76 37
Binary 110010 11110 10000001 111101 1001101 0 110001 11111100 111110 11111

Color Harmonies of #321E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E81

Black with #321E81

Text Example


Text Example

White with #321E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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