#351972

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

Shades of Persian Indigo #351972

Tints of Persian Indigo #351972

Color information

#351972 (or 0x351972) is unknown color: approx Persian Indigo. HEX triplet: 35, 19 and 72. RGB value is (53,25,114). Sum of RGB (Red+Green+Blue) = 53+25+114=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #351972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351972 is #CAE68D. Grayscale: #2B2B2B. Windows color (decimal): -13297294 or 7477557. OLE color: 7477557.

HSL color Cylindrical-coordinate representation of color #351972: hue angle of 258.88º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351972 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5325114-
CMYK0.540.7800.55
HSL258.88º64.03%27.25%-
HSV(B)258.88º78.07%44.71%-
XYZ4.852.6716.18-
YUV43.52167.78134.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=27.60%
G=13.02%
B=59.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53251140.540.7800.55258.8864.0327.25
Hex351972364E037103401b
Octal65311626611606740310033
Binary11010111001111001011011010011100110111100000011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351972; }

 p { color: rgb(53,25,114); }

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

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

 a { background-color: rgb(53,25,114); }

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

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

 span { border-color: rgb(53,25,114); }

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