#350982

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

Shades of Persian Indigo #350982

Tints of Persian Indigo #350982

Color information

#350982 (or 0x350982) is unknown color: approx Persian Indigo. HEX triplet: 35, 09 and 82. RGB value is (53,9,130). Sum of RGB (Red+Green+Blue) = 53+9+130=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #350982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350982 is #CAF67D. Grayscale: #232323. Windows color (decimal): -13301374 or 8522037. OLE color: 8522037.

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

Color convert

RGB539130-
CMYK0.590.9300.49
HSL261.82º87.05%27.25%-
HSV(B)261.82º93.08%50.98%-
XYZ5.62.5621.32-
YUV35.95181.08140.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 130 (51.17% from 255) = 67.71%
R=27.60%
G=4.69%
B=67.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5391300.590.9300.49261.8287.0527.25
Hex359823B5D031106571b
Octal65112027313506140612733
Binary11010110011000001011101110111010110001100000110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350982; }

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

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

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

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

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

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

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

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