#350781

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

Shades of Persian Indigo #350781

Tints of Persian Indigo #350781

Color information

#350781 (or 0x350781) is unknown color: approx Persian Indigo. HEX triplet: 35, 07 and 81. RGB value is (53,7,129). Sum of RGB (Red+Green+Blue) = 53+7+129=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #350781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350781 is #CAF87E. Grayscale: #222222. Windows color (decimal): -13301887 or 8455989. OLE color: 8455989.

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

Color convert

RGB537129-
CMYK0.590.9500.49
HSL262.62º89.71%26.67%-
HSV(B)262.62º94.57%50.59%-
XYZ5.512.4920.96-
YUV34.66181.24141.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 129 (50.78% from 255) = 68.25%
R=28.04%
G=3.70%
B=68.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5371290.590.9500.49262.6289.7126.67
Hex357813B5F0311075a1b
Octal6572017313706140713233
Binary1101011111000000111101110111110110001100000111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350781; }

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

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

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

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

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

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

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

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