#321375

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

Shades of Persian Indigo #321375

Tints of Persian Indigo #321375

Color information

#321375 (or 0x321375) is unknown color: approx Persian Indigo. HEX triplet: 32, 13 and 75. RGB value is (50,19,117). Sum of RGB (Red+Green+Blue) = 50+19+117=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #321375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321375 is #CDEC8A. Grayscale: #272727. Windows color (decimal): -13495435 or 7672626. OLE color: 7672626.

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

Color convert

RGB5019117-
CMYK0.570.8400.54
HSL258.98º72.06%26.67%-
HSV(B)258.98º83.76%45.88%-
XYZ4.762.4317.05-
YUV39.44171.77135.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 117 (46.09% from 255) = 62.90%
R=26.88%
G=10.22%
B=62.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50191170.570.8400.54258.9872.0626.67
Hex3213753954036103481b
Octal62231657112406640311033
Binary11001010011111010111100110101000110110100000011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321375; }

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

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

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

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

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

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

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

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