#321374

Color #321374 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #321374

Tints of Persian Indigo #321374

Color information

#321374 (or 0x321374) is unknown color: approx Persian Indigo. HEX triplet: 32, 13 and 74. RGB value is (50,19,116). Sum of RGB (Red+Green+Blue) = 50+19+116=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #321374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321374 is #CDEC8B. Grayscale: #262626. Windows color (decimal): -13495436 or 7607090. OLE color: 7607090.

HSL color Cylindrical-coordinate representation of color #321374: hue angle of 259.18º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321374 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5019116-
CMYK0.570.8400.55
HSL259.18º71.85%26.47%-
HSV(B)259.18º83.62%45.49%-
XYZ4.72.416.74-
YUV39.33171.27135.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=27.03%
G=10.27%
B=62.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50191160.570.8400.55259.1871.8526.47
Hex3213743954037103481a
Octal62231647112406740311032
Binary11001010011111010011100110101000110111100000011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321374; }

 p { color: rgb(50,19,116); }

 H1.HeaderClassName
 {
   color: #321374;
 }
 .AnyTagClassName
 {
   color: #321374;
 }
</style>
background-color css

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

 a { background-color: rgb(50,19,116); }

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

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

 span { border-color: rgb(50,19,116); }

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