#350C6C

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

Shades of Persian Indigo #350C6C

Tints of Persian Indigo #350C6C

Color information

#350C6C (or 0x350C6C) is unknown color: approx Persian Indigo. HEX triplet: 35, 0C and 6C. RGB value is (53,12,108). Sum of RGB (Red+Green+Blue) = 53+12+108=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #350C6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C6C is #CAF393. Grayscale: #222222. Windows color (decimal): -13300628 or 7081013. OLE color: 7081013.

HSL color Cylindrical-coordinate representation of color #350C6C: hue angle of 265.62º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350C6C is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5312108-
CMYK0.510.8900.58
HSL265.62º80%23.53%-
HSV(B)265.62º88.89%42.35%-
XYZ4.312.114.37-
YUV35.2169.08140.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 108 (42.58% from 255) = 62.43%
R=30.64%
G=6.94%
B=62.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53121080.510.8900.58265.628023.53
Hex35C6C335903A10a5018
Octal65141546313107241212030
Binary1101011100110110011001110110010111010100001010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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