#350570

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

Shades of Persian Indigo #350570

Tints of Persian Indigo #350570

Color information

#350570 (or 0x350570) is unknown color: approx Persian Indigo. HEX triplet: 35, 05 and 70. RGB value is (53,5,112). Sum of RGB (Red+Green+Blue) = 53+5+112=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #350570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350570 is #CAFA8F. Grayscale: #1F1F1F. Windows color (decimal): -13302416 or 7341365. OLE color: 7341365.

HSL color Cylindrical-coordinate representation of color #350570: hue angle of 266.92º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350570 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB535112-
CMYK0.530.9600.56
HSL266.92º91.45%22.94%-
HSV(B)266.92º95.54%43.92%-
XYZ4.452.0415.49-
YUV31.55173.4143.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=31.18%
G=2.94%
B=65.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5351120.530.9600.56266.9291.4522.94
Hex35570356003810b5b17
Octal6551606514007041313327
Binary110101101111000011010111000000111000100001011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350570; }

 p { color: rgb(53,5,112); }

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

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

 a { background-color: rgb(53,5,112); }

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

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

 span { border-color: rgb(53,5,112); }

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