#351C74

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

Shades of Persian Indigo #351C74

Tints of Persian Indigo #351C74

Color information

#351C74 (or 0x351C74) is unknown color: approx Persian Indigo. HEX triplet: 35, 1C and 74. RGB value is (53,28,116). Sum of RGB (Red+Green+Blue) = 53+28+116=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #351C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C74 is #CAE38B. Grayscale: #2D2D2D. Windows color (decimal): -13296524 or 7609397. OLE color: 7609397.

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

Color convert

RGB5328116-
CMYK0.540.7600.55
HSL257.05º61.11%28.24%-
HSV(B)257.05º75.86%45.49%-
XYZ5.042.8516.81-
YUV45.51167.78133.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 116 (45.70% from 255) = 58.88%
R=26.90%
G=14.21%
B=58.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53281160.540.7600.55257.0561.1128.24
Hex351C74364C0371013d1c
Octal6534164661140674017534
Binary1101011110011101001101101001100011011110000000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,28,116); }

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

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

 a { background-color: rgb(53,28,116); }

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

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

 span { border-color: rgb(53,28,116); }

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