Html Css Color HEX #321987 Persian Indigo

📋 copy color: '#321987'

red 50 ◦ green 25 ◦ blue 135

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

Shades of Persian Indigo #321987

Tints of Persian Indigo #321987

RGB

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

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

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

R = 23.81%
G = 11.9%
B = 64.29%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#321987 (or 0x321987) is known color: Persian Indigo. HEX triplet: 32, 19 and 87. RGB value is (50,25,135). Sum of RGB (Red+Green+Blue) = 50+25+135=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #321987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321987 is #CDE678. Grayscale: #2C2C2C. Windows color (decimal): -13493881 or 8853810. OLE color: 8853810.

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

Color convert

RGB 50 25 135 -
CMYK 0.63 0.81 0 0.47
HSL 253.64º 0.69% 0.31% -
HSV(B) 253.64º 0.81% 0.53% -
XYZ 6.04 3.12 23.21 -
YUV 45.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 50 25 135 0.63 0.81 0 0.47 253.64 0.69 0.31
Hex 32 19 87 3F 51 0 2F FE 45 1F
Octal 62 31 207 77 121 0 57 376 105 37
Binary 110010 11001 10000111 111111 1010001 0 101111 11111110 1000101 11111

Color Harmonies of #321987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321987

Black with #321987

Text Example


Text Example

White with #321987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321987; }

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

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

background-color css

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

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

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

border-color css

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

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

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