#350C71

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

Shades of Persian Indigo #350C71

Tints of Persian Indigo #350C71

Color information

#350C71 (or 0x350C71) is unknown color: approx Persian Indigo. HEX triplet: 35, 0C and 71. RGB value is (53,12,113). Sum of RGB (Red+Green+Blue) = 53+12+113=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #350C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C71 is #CAF38E. Grayscale: #232323. Windows color (decimal): -13300623 or 7408693. OLE color: 7408693.

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

Color convert

RGB5312113-
CMYK0.530.8900.56
HSL264.36º80.8%24.51%-
HSV(B)264.36º89.38%44.31%-
XYZ4.582.2115.81-
YUV35.77171.58140.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 12 (5.08% from 255) = 6.74%
BLUE value IS 113 (44.53% from 255) = 63.48%
R=29.78%
G=6.74%
B=63.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53121130.530.8900.56264.3680.824.51
Hex35C7135590381085119
Octal65141616513107041012131
Binary1101011100111000111010110110010111000100001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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