#350793

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

Shades of Persian Indigo #350793

Tints of Persian Indigo #350793

Color information

#350793 (or 0x350793) is unknown color: approx Persian Indigo. HEX triplet: 35, 07 and 93. RGB value is (53,7,147). Sum of RGB (Red+Green+Blue) = 53+7+147=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #350793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350793 is #CAF86C. Grayscale: #242424. Windows color (decimal): -13301869 or 9635637. OLE color: 9635637.

HSL color Cylindrical-coordinate representation of color #350793: hue angle of 259.71º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350793 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB537147-
CMYK0.640.9500.42
HSL259.71º90.91%30.2%-
HSV(B)259.71º95.24%57.65%-
XYZ6.813.0227.83-
YUV36.71190.24139.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 147 (57.81% from 255) = 71.01%
R=25.60%
G=3.38%
B=71.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5371470.640.9500.42259.7190.9130.2
Hex35793405F02A1045b1e
Octal65722310013705240413336
Binary11010111110010011100000010111110101010100000100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350793; }

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

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

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

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

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

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

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

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