#350889

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

Shades of Persian Indigo #350889

Tints of Persian Indigo #350889

Color information

#350889 (or 0x350889) is unknown color: approx Persian Indigo. HEX triplet: 35, 08 and 89. RGB value is (53,8,137). Sum of RGB (Red+Green+Blue) = 53+8+137=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #350889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350889 is #CAF776. Grayscale: #232323. Windows color (decimal): -13301623 or 8980533. OLE color: 8980533.

HSL color Cylindrical-coordinate representation of color #350889: hue angle of 260.93º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350889 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB538137-
CMYK0.610.9400.46
HSL260.93º88.97%28.43%-
HSV(B)260.93º94.16%53.73%-
XYZ6.072.7423.88-
YUV36.16184.91140.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 137 (53.91% from 255) = 69.19%
R=26.77%
G=4.04%
B=69.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5381370.610.9400.46260.9388.9728.43
Hex358893D5E02E105591c
Octal65102117513605640513134
Binary11010110001000100111110110111100101110100000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350889; }

 p { color: rgb(53,8,137); }

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

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

 a { background-color: rgb(53,8,137); }

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

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

 span { border-color: rgb(53,8,137); }

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