#340D75

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

Shades of Persian Indigo #340D75

Tints of Persian Indigo #340D75

Color information

#340D75 (or 0x340D75) is unknown color: approx Persian Indigo. HEX triplet: 34, 0D and 75. RGB value is (52,13,117). Sum of RGB (Red+Green+Blue) = 52+13+117=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #340D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D75 is #CBF28A. Grayscale: #242424. Windows color (decimal): -13365899 or 7671092. OLE color: 7671092.

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

Color convert

RGB5213117-
CMYK0.560.8900.54
HSL262.5º80%25.49%-
HSV(B)262.5º88.89%45.88%-
XYZ4.772.317.02-
YUV36.52173.42139.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=28.57%
G=7.14%
B=64.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52131170.560.8900.54262.58025.49
Hex34D7538590361065019
Octal64151657013106640612031
Binary1101001101111010111100010110010110110100000110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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