#351a85

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

Shades of Persian Indigo #351A85

Tints of Persian Indigo #351A85

Color information

#351A85 (or 0x351A85) is unknown color: approx Persian Indigo. HEX triplet: 35, 1A and 85. RGB value is (53,26,133). Sum of RGB (Red+Green+Blue) = 53+26+133=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #351A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351A85 is #CAE57A. Grayscale: #2D2D2D. Windows color (decimal): -13297019 or 8722997. OLE color: 8722997.

HSL color Cylindrical-coordinate representation of color #351A85: hue angle of 255.14º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351A85 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5326133-
CMYK0.600.8000.48
HSL255.14º67.3%31.18%-
HSV(B)255.14º80.45%52.16%-
XYZ6.073.1922.49-
YUV46.27176.95132.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 133 (52.34% from 255) = 62.74%
R=25%
G=12.26%
B=62.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53261330.600.8000.48255.1467.331.18
Hex351A853C50030ff431f
Octal65322057412006037710337
Binary11010111010100001011111001010000011000011111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351a85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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