Html Css Color HEX #321982 Persian Indigo

📋 copy color: '#321982'

red 50 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #321982

Tints of Persian Indigo #321982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 24.39%
G = 12.2%
B = 63.41%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321982 (or 0x321982) is known color: Persian Indigo. HEX triplet: 32, 19 and 82. RGB value is (50,25,130). Sum of RGB (Red+Green+Blue) = 50+25+130=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #321982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321982 is #CDE67D. Grayscale: #2C2C2C. Windows color (decimal): -13493886 or 8526130. OLE color: 8526130.

HSL color Cylindrical-coordinate representation of color #321982: hue angle of 254.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321982 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 25 130 -
CMYK 0.62 0.81 0 0.49
HSL 254.29º 0.68% 0.3% -
HSV(B) 254.29º 0.81% 0.51% -
XYZ 5.69 2.99 21.4 -
YUV 44.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 50 25 130 0.62 0.81 0 0.49 254.29 0.68 0.3
Hex 32 19 82 3E 51 0 31 FE 44 1E
Octal 62 31 202 76 121 0 61 376 104 36
Binary 110010 11001 10000010 111110 1010001 0 110001 11111110 1000100 11110

Color Harmonies of #321982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321982

Black with #321982

Text Example


Text Example

White with #321982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321982; }

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

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

background-color css

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

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

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

border-color css

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

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

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