#351387

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

Shades of Persian Indigo #351387

Tints of Persian Indigo #351387

Color information

#351387 (or 0x351387) is unknown color: approx Persian Indigo. HEX triplet: 35, 13 and 87. RGB value is (53,19,135). Sum of RGB (Red+Green+Blue) = 53+19+135=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #351387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351387 is #CAEC78. Grayscale: #292929. Windows color (decimal): -13298809 or 8852277. OLE color: 8852277.

HSL color Cylindrical-coordinate representation of color #351387: hue angle of 257.59º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351387 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5319135-
CMYK0.610.8600.47
HSL257.59º75.32%30.2%-
HSV(B)257.59º85.93%52.94%-
XYZ6.072.9723.18-
YUV42.39180.26135.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 135 (53.12% from 255) = 65.22%
R=25.60%
G=9.18%
B=65.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53191350.610.8600.47257.5975.3230.2
Hex3513873D5602F1024b1e
Octal65232077512605740211336
Binary110101100111000011111110110101100101111100000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351387; }

 p { color: rgb(53,19,135); }

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

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

 a { background-color: rgb(53,19,135); }

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

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

 span { border-color: rgb(53,19,135); }

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