#351A73

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

Shades of Persian Indigo #351A73

Tints of Persian Indigo #351A73

Color information

#351A73 (or 0x351A73) is unknown color: approx Persian Indigo. HEX triplet: 35, 1A and 73. RGB value is (53,26,115). Sum of RGB (Red+Green+Blue) = 53+26+115=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #351A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A73 is #CAE58C. Grayscale: #2B2B2B. Windows color (decimal): -13297037 or 7543349. OLE color: 7543349.

HSL color Cylindrical-coordinate representation of color #351A73: hue angle of 258.2º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351A73 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5326115-
CMYK0.540.7700.55
HSL258.2º63.12%27.65%-
HSV(B)258.2º77.39%45.1%-
XYZ4.932.7316.49-
YUV44.22167.95134.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=27.32%
G=13.40%
B=59.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53261150.540.7700.55258.263.1227.65
Hex351A73364D0371023f1c
Octal6532163661150674027734
Binary1101011101011100111101101001101011011110000001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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