#340071

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

Shades of Persian Indigo #340071

Tints of Persian Indigo #340071

Color information

#340071 (or 0x340071) is unknown color: approx Persian Indigo. HEX triplet: 34, 00 and 71. RGB value is (52,0,113). Sum of RGB (Red+Green+Blue) = 52+0+113=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #340071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340071 is #CBFF8E. Grayscale: #1C1C1C. Windows color (decimal): -13369231 or 7405620. OLE color: 7405620.

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

Color convert

RGB520113-
CMYK0.54100.56
HSL267.61º100%22.16%-
HSV(B)267.61º100%44.31%-
XYZ4.41.9215.76-
YUV28.43175.73144.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=31.52%
G=0%
B=68.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5201130.54100.56267.6110022.16
Hex34071366403810c6416
Octal6401616614407041414426
Binary1101000111000111011011001000111000100001100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340071; }

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

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

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

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

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

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

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

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