#340575

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

Shades of Persian Indigo #340575

Tints of Persian Indigo #340575

Color information

#340575 (or 0x340575) is unknown color: approx Persian Indigo. HEX triplet: 34, 05 and 75. RGB value is (52,5,117). Sum of RGB (Red+Green+Blue) = 52+5+117=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #340575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340575 is #CBFA8A. Grayscale: #1F1F1F. Windows color (decimal): -13367947 or 7669044. OLE color: 7669044.

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

Color convert

RGB525117-
CMYK0.560.9600.54
HSL265.18º91.8%23.92%-
HSV(B)265.18º95.73%45.88%-
XYZ4.682.1216.99-
YUV31.82176.07142.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 117 (46.09% from 255) = 67.24%
R=29.89%
G=2.87%
B=67.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5251170.560.9600.54265.1891.823.92
Hex3457538600361095c18
Octal6451657014006641113430
Binary110100101111010111100011000000110110100001001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340575; }

 p { color: rgb(52,5,117); }

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

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

 a { background-color: rgb(52,5,117); }

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

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

 span { border-color: rgb(52,5,117); }

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