#350769

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

Shades of Persian Indigo #350769

Tints of Persian Indigo #350769

Color information

#350769 (or 0x350769) is unknown color: approx Persian Indigo. HEX triplet: 35, 07 and 69. RGB value is (53,7,105). Sum of RGB (Red+Green+Blue) = 53+7+105=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #350769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350769 is #CAF896. Grayscale: #1F1F1F. Windows color (decimal): -13301911 or 6883125. OLE color: 6883125.

HSL color Cylindrical-coordinate representation of color #350769: hue angle of 268.16º degrees, saturation: 0.88, 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 #350769 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB537105-
CMYK0.500.9300.59
HSL268.16º87.5%21.96%-
HSV(B)268.16º93.33%41.18%-
XYZ4.091.9313.52-
YUV31.93169.24143.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 105 (41.41% from 255) = 63.64%
R=32.12%
G=4.24%
B=63.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5371050.500.9300.59268.1687.521.96
Hex35769325D03B10c5816
Octal6571516213507341413026
Binary110101111110100111001010111010111011100001100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350769; }

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

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

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

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

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

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

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

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