#340171

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

Shades of Persian Indigo #340171

Tints of Persian Indigo #340171

Color information

#340171 (or 0x340171) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 71. RGB value is (52,1,113). Sum of RGB (Red+Green+Blue) = 52+1+113=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #340171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340171 is #CBFE8E. Grayscale: #1C1C1C. Windows color (decimal): -13368975 or 7405876. OLE color: 7405876.

HSL color Cylindrical-coordinate representation of color #340171: hue angle of 267.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340171 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB521113-
CMYK0.540.9900.56
HSL267.32º98.25%22.35%-
HSV(B)267.32º99.12%44.31%-
XYZ4.411.9415.77-
YUV29.02175.4144.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 113 (44.53% from 255) = 68.07%
R=31.33%
G=0.60%
B=68.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5211130.540.9900.56267.3298.2522.35
Hex34171366303810b6216
Octal6411616614307041314226
Binary1101001111000111011011000110111000100001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340171; }

 p { color: rgb(52,1,113); }

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

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

 a { background-color: rgb(52,1,113); }

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

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

 span { border-color: rgb(52,1,113); }

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