#321075

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

Shades of Persian Indigo #321075

Tints of Persian Indigo #321075

Color information

#321075 (or 0x321075) is unknown color: approx Persian Indigo. HEX triplet: 32, 10 and 75. RGB value is (50,16,117). Sum of RGB (Red+Green+Blue) = 50+16+117=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #321075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321075 is #CDEF8A. Grayscale: #252525. Windows color (decimal): -13496203 or 7671858. OLE color: 7671858.

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

Color convert

RGB5016117-
CMYK0.570.8600.54
HSL260.2º75.94%26.08%-
HSV(B)260.2º86.32%45.88%-
XYZ4.712.3317.03-
YUV37.68172.76136.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=27.32%
G=8.74%
B=63.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50161170.570.8600.54260.275.9426.08
Hex32107539560361044c1a
Octal62201657112606640411432
Binary11001010000111010111100110101100110110100000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321075; }

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

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

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

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

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

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

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

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