#351583

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

Shades of Persian Indigo #351583

Tints of Persian Indigo #351583

Color information

#351583 (or 0x351583) is unknown color: approx Persian Indigo. HEX triplet: 35, 15 and 83. RGB value is (53,21,131). Sum of RGB (Red+Green+Blue) = 53+21+131=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #351583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351583 is #CAEA7C. Grayscale: #2A2A2A. Windows color (decimal): -13298301 or 8590645. OLE color: 8590645.

HSL color Cylindrical-coordinate representation of color #351583: hue angle of 257.45º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351583 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5321131-
CMYK0.600.8400.49
HSL257.45º72.37%29.8%-
HSV(B)257.45º83.97%51.37%-
XYZ5.832.9321.73-
YUV43.11177.6135.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 131 (51.56% from 255) = 63.90%
R=25.85%
G=10.24%
B=63.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53211310.600.8400.49257.4572.3729.8
Hex3515833C54031101481e
Octal65252037412406140111036
Binary110101101011000001111110010101000110001100000001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351583; }

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

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

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

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

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

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

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

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