#350988

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

Shades of Persian Indigo #350988

Tints of Persian Indigo #350988

Color information

#350988 (or 0x350988) is unknown color: approx Persian Indigo. HEX triplet: 35, 09 and 88. RGB value is (53,9,136). Sum of RGB (Red+Green+Blue) = 53+9+136=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #350988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350988 is #CAF677. Grayscale: #242424. Windows color (decimal): -13301368 or 8915253. OLE color: 8915253.

HSL color Cylindrical-coordinate representation of color #350988: hue angle of 260.79º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350988 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB539136-
CMYK0.610.9300.47
HSL260.79º87.59%28.43%-
HSV(B)260.79º93.38%53.33%-
XYZ6.012.7323.5-
YUV36.63184.08139.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 136 (53.52% from 255) = 68.69%
R=26.77%
G=4.55%
B=68.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5391360.610.9300.47260.7987.5928.43
Hex359883D5D02F105581c
Octal65112107513505740513034
Binary11010110011000100011110110111010101111100000101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350988; }

 p { color: rgb(53,9,136); }

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

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

 a { background-color: rgb(53,9,136); }

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

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

 span { border-color: rgb(53,9,136); }

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