#340169

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

Shades of Persian Indigo #340169

Tints of Persian Indigo #340169

Color information

#340169 (or 0x340169) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 69. RGB value is (52,1,105). Sum of RGB (Red+Green+Blue) = 52+1+105=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #340169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340169 is #CBFE96. Grayscale: #1B1B1B. Windows color (decimal): -13368983 or 6881588. OLE color: 6881588.

HSL color Cylindrical-coordinate representation of color #340169: hue angle of 269.42º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340169 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB521105-
CMYK0.500.9900.59
HSL269.42º98.11%20.78%-
HSV(B)269.42º99.05%41.18%-
XYZ3.981.7713.5-
YUV28.11171.4145.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 105 (41.41% from 255) = 66.46%
R=32.91%
G=0.63%
B=66.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5211050.500.9900.59269.4298.1120.78
Hex34169326303B10d6215
Octal6411516214307341514225
Binary1101001110100111001011000110111011100001101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340169; }

 p { color: rgb(52,1,105); }

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

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

 a { background-color: rgb(52,1,105); }

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

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

 span { border-color: rgb(52,1,105); }

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