#321285

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

Shades of Persian Indigo #321285

Tints of Persian Indigo #321285

Color information

#321285 (or 0x321285) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 85. RGB value is (50,18,133). Sum of RGB (Red+Green+Blue) = 50+18+133=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #321285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321285 is #CDED7A. Grayscale: #282828. Windows color (decimal): -13495675 or 8720946. OLE color: 8720946.

HSL color Cylindrical-coordinate representation of color #321285: hue angle of 256.7º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321285 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5018133-
CMYK0.620.8600.48
HSL256.7º76.16%29.61%-
HSV(B)256.7º86.47%52.16%-
XYZ5.772.822.43-
YUV40.68180.1134.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=24.88%
G=8.96%
B=66.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50181330.620.8600.48256.776.1629.61
Hex3212853E560301014c1e
Octal62222057612606040111436
Binary110010100101000010111111010101100110000100000001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321285; }

 p { color: rgb(50,18,133); }

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

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

 a { background-color: rgb(50,18,133); }

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

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

 span { border-color: rgb(50,18,133); }

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