#351E7A

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

Shades of Persian Indigo #351E7A

Tints of Persian Indigo #351E7A

Color information

#351E7A (or 0x351E7A) is unknown color: approx Persian Indigo. HEX triplet: 35, 1E and 7A. RGB value is (53,30,122). Sum of RGB (Red+Green+Blue) = 53+30+122=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #351E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E7A is #CAE185. Grayscale: #2F2F2F. Windows color (decimal): -13296006 or 8003125. OLE color: 8003125.

HSL color Cylindrical-coordinate representation of color #351E7A: hue angle of 255º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351E7A is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5330122-
CMYK0.570.7500.52
HSL255º60.53%29.8%-
HSV(B)255º75.41%47.84%-
XYZ5.453.0918.72-
YUV47.36170.12132.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=25.85%
G=14.63%
B=59.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53301220.570.7500.5225560.5329.8
Hex351E7A394B034ff3d1e
Octal6536172711130643777536
Binary110101111101111010111001100101101101001111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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