Html Css Color HEX #322087 Persian Indigo

📋 copy color: '#322087'

red 50 ◦ green 32 ◦ blue 135

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

Shades of Persian Indigo #322087

Tints of Persian Indigo #322087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 23.04%
G = 14.75%
B = 62.21%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#322087 (or 0x322087) is known color: Persian Indigo. HEX triplet: 32, 20 and 87. RGB value is (50,32,135). Sum of RGB (Red+Green+Blue) = 50+32+135=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #322087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322087 is #CDDF78. Grayscale: #303030. Windows color (decimal): -13492089 or 8855602. OLE color: 8855602.

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

Color convert

RGB 50 32 135 -
CMYK 0.63 0.76 0 0.47
HSL 250.49º 0.62% 0.33% -
HSV(B) 250.49º 0.76% 0.53% -
XYZ 6.21 3.46 23.26 -
YUV 49.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 50 32 135 0.63 0.76 0 0.47 250.49 0.62 0.33
Hex 32 20 87 3F 4C 0 2F FA 3E 21
Octal 62 40 207 77 114 0 57 372 76 41
Binary 110010 100000 10000111 111111 1001100 0 101111 11111010 111110 100001

Color Harmonies of #322087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322087

Black with #322087

Text Example


Text Example

White with #322087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322087; }

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

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

background-color css

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

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

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

border-color css

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

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

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