#350C76

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

Shades of Persian Indigo #350C76

Tints of Persian Indigo #350C76

Color information

#350C76 (or 0x350C76) is unknown color: approx Persian Indigo. HEX triplet: 35, 0C and 76. RGB value is (53,12,118). Sum of RGB (Red+Green+Blue) = 53+12+118=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #350C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C76 is #CAF389. Grayscale: #232323. Windows color (decimal): -13300618 or 7736373. OLE color: 7736373.

HSL color Cylindrical-coordinate representation of color #350C76: hue angle of 263.21º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350C76 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5312118-
CMYK0.550.9000.54
HSL263.21º81.54%25.49%-
HSV(B)263.21º89.83%46.27%-
XYZ4.872.3317.33-
YUV36.34174.08139.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 118 (46.48% from 255) = 64.48%
R=28.96%
G=6.56%
B=64.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53121180.550.9000.54263.2181.5425.49
Hex35C76375A0361075219
Octal65141666713206640712231
Binary1101011100111011011011110110100110110100000111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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