#340D84

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

Shades of Persian Indigo #340D84

Tints of Persian Indigo #340D84

Color information

#340D84 (or 0x340D84) is unknown color: approx Persian Indigo. HEX triplet: 34, 0D and 84. RGB value is (52,13,132). Sum of RGB (Red+Green+Blue) = 52+13+132=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #340D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340D84 is #CBF27B. Grayscale: #252525. Windows color (decimal): -13365884 or 8654132. OLE color: 8654132.

HSL color Cylindrical-coordinate representation of color #340D84: hue angle of 259.66º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340D84 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5213132-
CMYK0.610.9000.48
HSL259.66º82.07%28.43%-
HSV(B)259.66º90.15%51.76%-
XYZ5.722.6822.05-
YUV38.23180.92137.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 13 (5.47% from 255) = 6.60%
BLUE value IS 132 (51.95% from 255) = 67.01%
R=26.40%
G=6.60%
B=67.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52131320.610.9000.48259.6682.0728.43
Hex34D843D5A030104521c
Octal64152047513206040412234
Binary11010011011000010011110110110100110000100000100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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