#351592

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

Shades of Persian Indigo #351592

Tints of Persian Indigo #351592

Color information

#351592 (or 0x351592) is unknown color: approx Persian Indigo. HEX triplet: 35, 15 and 92. RGB value is (53,21,146). Sum of RGB (Red+Green+Blue) = 53+21+146=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #351592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351592 is #CAEA6D. Grayscale: #2C2C2C. Windows color (decimal): -13298286 or 9573685. OLE color: 9573685.

HSL color Cylindrical-coordinate representation of color #351592: hue angle of 255.36º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351592 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5321146-
CMYK0.640.8600.43
HSL255.36º74.85%32.75%-
HSV(B)255.36º85.62%57.25%-
XYZ6.923.3727.48-
YUV44.82185.1133.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 146 (57.42% from 255) = 66.36%
R=24.09%
G=9.55%
B=66.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53211460.640.8600.43255.3674.8532.75
Hex351592405602Bff4b21
Octal652522210012605337711341
Binary1101011010110010010100000010101100101011111111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351592; }

 p { color: rgb(53,21,146); }

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

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

 a { background-color: rgb(53,21,146); }

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

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

 span { border-color: rgb(53,21,146); }

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