#351B74

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

Shades of Persian Indigo #351B74

Tints of Persian Indigo #351B74

Color information

#351B74 (or 0x351B74) is unknown color: approx Persian Indigo. HEX triplet: 35, 1B and 74. RGB value is (53,27,116). Sum of RGB (Red+Green+Blue) = 53+27+116=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #351B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B74 is #CAE48B. Grayscale: #2C2C2C. Windows color (decimal): -13296780 or 7609141. OLE color: 7609141.

HSL color Cylindrical-coordinate representation of color #351B74: hue angle of 257.53º 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 #351B74 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5327116-
CMYK0.540.7700.55
HSL257.53º62.24%28.04%-
HSV(B)257.53º76.72%45.49%-
XYZ5.012.816.8-
YUV44.92168.11133.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 116 (45.70% from 255) = 59.18%
R=27.04%
G=13.78%
B=59.18%

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
Decimal53271160.540.7700.55257.5362.2428.04
Hex351B74364D0371023e1c
Octal6533164661150674027634
Binary1101011101111101001101101001101011011110000001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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