#351C71

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

Shades of Persian Indigo #351C71

Tints of Persian Indigo #351C71

Color information

#351C71 (or 0x351C71) is unknown color: approx Persian Indigo. HEX triplet: 35, 1C and 71. RGB value is (53,28,113). Sum of RGB (Red+Green+Blue) = 53+28+113=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #351C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C71 is #CAE38E. Grayscale: #2C2C2C. Windows color (decimal): -13296527 or 7412789. OLE color: 7412789.

HSL color Cylindrical-coordinate representation of color #351C71: hue angle of 257.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351C71 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5328113-
CMYK0.530.7500.56
HSL257.65º60.28%27.65%-
HSV(B)257.65º75.22%44.31%-
XYZ4.862.7815.9-
YUV45.16166.28133.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 113 (44.53% from 255) = 58.25%
R=27.32%
G=14.43%
B=58.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53281130.530.7500.56257.6560.2827.65
Hex351C71354B0381023c1c
Octal6534161651130704027434
Binary1101011110011100011101011001011011100010000001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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