#340D74

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

Shades of Persian Indigo #340D74

Tints of Persian Indigo #340D74

Color information

#340D74 (or 0x340D74) is unknown color: approx Persian Indigo. HEX triplet: 34, 0D and 74. RGB value is (52,13,116). Sum of RGB (Red+Green+Blue) = 52+13+116=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #340D74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D74 is #CBF28B. Grayscale: #242424. Windows color (decimal): -13365900 or 7605556. OLE color: 7605556.

HSL color Cylindrical-coordinate representation of color #340D74: hue angle of 262.72º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340D74 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5213116-
CMYK0.550.8900.55
HSL262.72º79.84%25.29%-
HSV(B)262.72º88.79%45.49%-
XYZ4.712.2816.71-
YUV36.4172.92139.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 116 (45.70% from 255) = 64.09%
R=28.73%
G=7.18%
B=64.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52131160.550.8900.55262.7279.8425.29
Hex34D7437590371075019
Octal64151646713106740712031
Binary1101001101111010011011110110010110111100000111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340D74; }

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

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

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

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

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

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

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

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