#340D7F

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

Shades of Persian Indigo #340D7F

Tints of Persian Indigo #340D7F

Color information

#340D7F (or 0x340D7F) is unknown color: approx Persian Indigo. HEX triplet: 34, 0D and 7F. RGB value is (52,13,127). Sum of RGB (Red+Green+Blue) = 52+13+127=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #340D7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D7F is #CBF280. Grayscale: #252525. Windows color (decimal): -13365889 or 8326452. OLE color: 8326452.

HSL color Cylindrical-coordinate representation of color #340D7F: hue angle of 260.53º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340D7F is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5213127-
CMYK0.590.9000.50
HSL260.53º81.43%27.45%-
HSV(B)260.53º89.76%49.8%-
XYZ5.392.5520.29-
YUV37.66178.42138.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 13 (5.47% from 255) = 6.77%
BLUE value IS 127 (50% from 255) = 66.15%
R=27.08%
G=6.77%
B=66.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52131270.590.9000.50260.5381.4327.45
Hex34D7F3B5A032105511b
Octal64151777313206240512133
Binary1101001101111111111101110110100110010100000101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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