Html Css Color HEX #321582 Persian Indigo

📋 copy color: '#321582'

red 50 ◦ green 21 ◦ blue 130

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

Shades of Persian Indigo #321582

Tints of Persian Indigo #321582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

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

R = 24.88%
G = 10.45%
B = 64.68%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321582 (or 0x321582) is known color: Persian Indigo. HEX triplet: 32, 15 and 82. RGB value is (50,21,130). Sum of RGB (Red+Green+Blue) = 50+21+130=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #321582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321582 is #CDEA7D. Grayscale: #292929. Windows color (decimal): -13494910 or 8525106. OLE color: 8525106.

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

Color convert

RGB 50 21 130 -
CMYK 0.62 0.84 0 0.49
HSL 255.96º 0.72% 0.3% -
HSV(B) 255.96º 0.84% 0.51% -
XYZ 5.61 2.83 21.37 -
YUV 42.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 50 21 130 0.62 0.84 0 0.49 255.96 0.72 0.3
Hex 32 15 82 3E 54 0 31 100 48 1E
Octal 62 25 202 76 124 0 61 400 110 36
Binary 110010 10101 10000010 111110 1010100 0 110001 100000000 1001000 11110

Color Harmonies of #321582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321582

Black with #321582

Text Example


Text Example

White with #321582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321582; }

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

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

background-color css

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

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

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

border-color css

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

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

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