#350578

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

Shades of Persian Indigo #350578

Tints of Persian Indigo #350578

Color information

#350578 (or 0x350578) is unknown color: approx Persian Indigo. HEX triplet: 35, 05 and 78. RGB value is (53,5,120). Sum of RGB (Red+Green+Blue) = 53+5+120=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #350578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350578 is #CAFA87. Grayscale: #202020. Windows color (decimal): -13302408 or 7865653. OLE color: 7865653.

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

Color convert

RGB535120-
CMYK0.560.9600.53
HSL265.04º92%24.51%-
HSV(B)265.04º95.83%47.06%-
XYZ4.912.2217.94-
YUV32.46177.4142.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 120 (47.27% from 255) = 67.42%
R=29.78%
G=2.81%
B=67.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5351200.560.9600.53265.049224.51
Hex3557838600351095c19
Octal6551707014006541113431
Binary110101101111100011100011000000110101100001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350578; }

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

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

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

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

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

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

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

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