#340966

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

Shades of Persian Indigo #340966

Tints of Persian Indigo #340966

Color information

#340966 (or 0x340966) is unknown color: approx Persian Indigo. HEX triplet: 34, 09 and 66. RGB value is (52,9,102). Sum of RGB (Red+Green+Blue) = 52+9+102=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #340966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340966 is #CBF699. Grayscale: #202020. Windows color (decimal): -13366938 or 6687028. OLE color: 6687028.

HSL color Cylindrical-coordinate representation of color #340966: hue angle of 267.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #340966 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB529102-
CMYK0.490.9100.6
HSL267.74º83.78%21.76%-
HSV(B)267.74º91.18%40%-
XYZ3.911.8812.73-
YUV32.46167.25141.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 102 (40.23% from 255) = 62.58%
R=31.90%
G=5.52%
B=62.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5291020.490.9100.6267.7483.7821.76
Hex34966315B03C10c5416
Octal64111466113307441412426
Binary1101001001110011011000110110110111100100001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340966; }

 p { color: rgb(52,9,102); }

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

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

 a { background-color: rgb(52,9,102); }

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

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

 span { border-color: rgb(52,9,102); }

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