Html Css Color HEX #321587 Persian Indigo

📋 copy color: '#321587'

red 50 ◦ green 21 ◦ blue 135

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

Shades of Persian Indigo #321587

Tints of Persian Indigo #321587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 65.53%

R = 24.27%
G = 10.19%
B = 65.53%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#321587 (or 0x321587) is known color: Persian Indigo. HEX triplet: 32, 15 and 87. RGB value is (50,21,135). Sum of RGB (Red+Green+Blue) = 50+21+135=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #321587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321587 is #CDEA78. Grayscale: #2A2A2A. Windows color (decimal): -13494905 or 8852786. OLE color: 8852786.

HSL color Cylindrical-coordinate representation of color #321587: hue angle of 255.26º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321587 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 21 135 -
CMYK 0.63 0.84 0 0.47
HSL 255.26º 0.73% 0.31% -
HSV(B) 255.26º 0.84% 0.53% -
XYZ 5.96 2.96 23.18 -
YUV 42.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 50 21 135 0.63 0.84 0 0.47 255.26 0.73 0.31
Hex 32 15 87 3F 54 0 2F FF 49 1F
Octal 62 25 207 77 124 0 57 377 111 37
Binary 110010 10101 10000111 111111 1010100 0 101111 11111111 1001001 11111

Color Harmonies of #321587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321587

Black with #321587

Text Example


Text Example

White with #321587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321587; }

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

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

background-color css

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

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

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

border-color css

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

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

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