#350C68

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

Shades of Persian Indigo #350C68

Tints of Persian Indigo #350C68

Color information

#350C68 (or 0x350C68) is unknown color: approx Persian Indigo. HEX triplet: 35, 0C and 68. RGB value is (53,12,104). Sum of RGB (Red+Green+Blue) = 53+12+104=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #350C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C68 is #CAF397. Grayscale: #222222. Windows color (decimal): -13300632 or 6818869. OLE color: 6818869.

HSL color Cylindrical-coordinate representation of color #350C68: hue angle of 266.74º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350C68 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5312104-
CMYK0.490.8800.59
HSL266.74º79.31%22.75%-
HSV(B)266.74º88.46%40.78%-
XYZ4.12.0213.27-
YUV34.75167.08141.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 12 (5.08% from 255) = 7.10%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=31.36%
G=7.10%
B=61.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53121040.490.8800.59266.7479.3122.75
Hex35C68315803B10b4f17
Octal65141506113007341311727
Binary1101011100110100011000110110000111011100001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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