Html Css Color HEX #321D82 Persian Indigo

📋 copy color: '#321D82'

red 50 ◦ green 29 ◦ blue 130

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

Shades of Persian Indigo #321D82

Tints of Persian Indigo #321D82

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.88%

 BLUE value IS 130 (51.17% from 255) = 62.2%

R = 23.92%
G = 13.88%
B = 62.2%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321D82 (or 0x321D82) is known color: Persian Indigo. HEX triplet: 32, 1D and 82. RGB value is (50,29,130). Sum of RGB (Red+Green+Blue) = 50+29+130=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #321D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321D82 is #CDE27D. Grayscale: #2E2E2E. Windows color (decimal): -13492862 or 8527154. OLE color: 8527154.

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

Color convert

RGB 50 29 130 -
CMYK 0.62 0.78 0 0.49
HSL 252.48º 0.64% 0.31% -
HSV(B) 252.48º 0.78% 0.51% -
XYZ 5.78 3.17 21.43 -
YUV 46.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 50 29 130 0.62 0.78 0 0.49 252.48 0.64 0.31
Hex 32 1D 82 3E 4E 0 31 FC 40 1F
Octal 62 35 202 76 116 0 61 374 100 37
Binary 110010 11101 10000010 111110 1001110 0 110001 11111100 1000000 11111

Color Harmonies of #321D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D82

Black with #321D82

Text Example


Text Example

White with #321D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,29,130); }

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

background-color css

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

 a { background-color: rgb(50,29,130); }

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

border-color css

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

 span { border-color: rgb(50,29,130); }

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