#340170

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

Shades of Persian Indigo #340170

Tints of Persian Indigo #340170

Color information

#340170 (or 0x340170) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 70. RGB value is (52,1,112). Sum of RGB (Red+Green+Blue) = 52+1+112=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #340170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340170 is #CBFE8F. Grayscale: #1C1C1C. Windows color (decimal): -13368976 or 7340340. OLE color: 7340340.

HSL color Cylindrical-coordinate representation of color #340170: hue angle of 267.57º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340170 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB521112-
CMYK0.540.9900.56
HSL267.57º98.23%22.16%-
HSV(B)267.57º99.11%43.92%-
XYZ4.351.9215.47-
YUV28.9174.9144.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 112 (44.14% from 255) = 67.88%
R=31.52%
G=0.61%
B=67.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5211120.540.9900.56267.5798.2322.16
Hex34170366303810c6216
Octal6411606614307041414226
Binary1101001111000011011011000110111000100001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340170; }

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

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

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

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

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

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

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

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