#340076

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

Shades of Persian Indigo #340076

Tints of Persian Indigo #340076

Color information

#340076 (or 0x340076) is unknown color: approx Persian Indigo. HEX triplet: 34, 00 and 76. RGB value is (52,0,118). Sum of RGB (Red+Green+Blue) = 52+0+118=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #340076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340076 is #CBFF89. Grayscale: #1C1C1C. Windows color (decimal): -13369226 or 7733300. OLE color: 7733300.

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

Color convert

RGB520118-
CMYK0.56100.54
HSL266.44º100%23.14%-
HSV(B)266.44º100%46.27%-
XYZ4.692.0417.29-
YUV29178.23144.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 69.41%
R=30.59%
G=0%
B=69.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5201180.56100.54266.4410023.14
Hex34076386403610a6417
Octal6401667014406641214427
Binary1101000111011011100011001000110110100001010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340076; }

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

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

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

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

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

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

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

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