#351B71

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

Shades of Persian Indigo #351B71

Tints of Persian Indigo #351B71

Color information

#351B71 (or 0x351B71) is unknown color: approx Persian Indigo. HEX triplet: 35, 1B and 71. RGB value is (53,27,113). Sum of RGB (Red+Green+Blue) = 53+27+113=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #351B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B71 is #CAE48E. Grayscale: #2C2C2C. Windows color (decimal): -13296783 or 7412533. OLE color: 7412533.

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

Color convert

RGB5327113-
CMYK0.530.7600.56
HSL258.14º61.43%27.45%-
HSV(B)258.14º76.11%44.31%-
XYZ4.842.7315.9-
YUV44.58166.61134.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 113 (44.53% from 255) = 58.55%
R=27.46%
G=13.99%
B=58.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53271130.530.7600.56258.1461.4327.45
Hex351B71354C0381023d1b
Octal6533161651140704027533
Binary1101011101111100011101011001100011100010000001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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