#340574

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

Shades of Persian Indigo #340574

Tints of Persian Indigo #340574

Color information

#340574 (or 0x340574) is unknown color: approx Persian Indigo. HEX triplet: 34, 05 and 74. RGB value is (52,5,116). Sum of RGB (Red+Green+Blue) = 52+5+116=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #340574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340574 is #CBFA8B. Grayscale: #1F1F1F. Windows color (decimal): -13367948 or 7603508. OLE color: 7603508.

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

Color convert

RGB525116-
CMYK0.550.9600.55
HSL265.41º91.74%23.73%-
HSV(B)265.41º95.69%45.49%-
XYZ4.622.116.68-
YUV31.71175.57142.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 116 (45.70% from 255) = 67.05%
R=30.06%
G=2.89%
B=67.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5251160.550.9600.55265.4191.7423.73
Hex3457437600371095c18
Octal6451646714006741113430
Binary110100101111010011011111000000110111100001001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340574; }

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

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

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

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

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

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

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

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