#351B73

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

Shades of Persian Indigo #351B73

Tints of Persian Indigo #351B73

Color information

#351B73 (or 0x351B73) is unknown color: approx Persian Indigo. HEX triplet: 35, 1B and 73. RGB value is (53,27,115). Sum of RGB (Red+Green+Blue) = 53+27+115=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #351B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B73 is #CAE48C. Grayscale: #2C2C2C. Windows color (decimal): -13296781 or 7543605. OLE color: 7543605.

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

Color convert

RGB5327115-
CMYK0.540.7700.55
HSL257.73º61.97%27.84%-
HSV(B)257.73º76.52%45.1%-
XYZ4.952.7816.49-
YUV44.81167.61133.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=27.18%
G=13.85%
B=58.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53271150.540.7700.55257.7361.9727.84
Hex351B73364D0371023e1c
Octal6533163661150674027634
Binary1101011101111100111101101001101011011110000001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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