#350768

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

Shades of Persian Indigo #350768

Tints of Persian Indigo #350768

Color information

#350768 (or 0x350768) is unknown color: approx Persian Indigo. HEX triplet: 35, 07 and 68. RGB value is (53,7,104). Sum of RGB (Red+Green+Blue) = 53+7+104=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #350768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350768 is #CAF897. Grayscale: #1F1F1F. Windows color (decimal): -13301912 or 6817589. OLE color: 6817589.

HSL color Cylindrical-coordinate representation of color #350768: hue angle of 268.45º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350768 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB537104-
CMYK0.490.9300.59
HSL268.45º87.39%21.76%-
HSV(B)268.45º93.27%40.78%-
XYZ4.041.9113.25-
YUV31.81168.74143.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=32.32%
G=4.27%
B=63.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5371040.490.9300.59268.4587.3921.76
Hex35768315D03B10c5716
Octal6571506113507341412726
Binary110101111110100011000110111010111011100001100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350768; }

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

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

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

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

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

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

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

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