#351E85

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

Shades of Persian Indigo #351E85

Tints of Persian Indigo #351E85

Color information

#351E85 (or 0x351E85) is unknown color: approx Persian Indigo. HEX triplet: 35, 1E and 85. RGB value is (53,30,133). Sum of RGB (Red+Green+Blue) = 53+30+133=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #351E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351E85 is #CAE17A. Grayscale: #303030. Windows color (decimal): -13295995 or 8724021. OLE color: 8724021.

HSL color Cylindrical-coordinate representation of color #351E85: hue angle of 253.4º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351E85 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5330133-
CMYK0.600.7700.48
HSL253.4º63.19%31.96%-
HSV(B)253.4º77.44%52.16%-
XYZ6.173.3822.52-
YUV48.62175.62131.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=24.54%
G=13.89%
B=61.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53301330.600.7700.48253.463.1931.96
Hex351E853C4D030fd3f20
Octal6536205741150603757740
Binary11010111110100001011111001001101011000011111101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351E85; }

 p { color: rgb(53,30,133); }

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

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

 a { background-color: rgb(53,30,133); }

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

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

 span { border-color: rgb(53,30,133); }

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