#351F79

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

Shades of Persian Indigo #351F79

Tints of Persian Indigo #351F79

Color information

#351F79 (or 0x351F79) is unknown color: approx Persian Indigo. HEX triplet: 35, 1F and 79. RGB value is (53,31,121). Sum of RGB (Red+Green+Blue) = 53+31+121=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #351F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F79 is #CAE086. Grayscale: #2F2F2F. Windows color (decimal): -13295751 or 7937845. OLE color: 7937845.

HSL color Cylindrical-coordinate representation of color #351F79: hue angle of 254.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351F79 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5331121-
CMYK0.560.7400.53
HSL254.67º59.21%29.8%-
HSV(B)254.67º74.38%47.45%-
XYZ5.413.1218.41-
YUV47.84169.29131.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=25.85%
G=15.12%
B=59.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53311210.560.7400.53254.6759.2129.8
Hex351F79384A035ff3b1e
Octal6537171701120653777336
Binary110101111111111001111000100101001101011111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,31,121); }

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

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

 a { background-color: rgb(53,31,121); }

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

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

 span { border-color: rgb(53,31,121); }

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