#351E7C

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

Shades of Persian Indigo #351E7C

Tints of Persian Indigo #351E7C

Color information

#351E7C (or 0x351E7C) is unknown color: approx Persian Indigo. HEX triplet: 35, 1E and 7C. RGB value is (53,30,124). Sum of RGB (Red+Green+Blue) = 53+30+124=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #351E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E7C is #CAE183. Grayscale: #2F2F2F. Windows color (decimal): -13296004 or 8134197. OLE color: 8134197.

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

Color convert

RGB5330124-
CMYK0.570.7600.51
HSL254.68º61.04%30.2%-
HSV(B)254.68º75.81%48.63%-
XYZ5.573.1419.38-
YUV47.59171.12131.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=25.60%
G=14.49%
B=59.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53301240.570.7600.51254.6861.0430.2
Hex351E7C394C033ff3d1e
Octal6536174711140633777536
Binary110101111101111100111001100110001100111111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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