#340173

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

Shades of Persian Indigo #340173

Tints of Persian Indigo #340173

Color information

#340173 (or 0x340173) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 73. RGB value is (52,1,115). Sum of RGB (Red+Green+Blue) = 52+1+115=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #340173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340173 is #CBFE8C. Grayscale: #1C1C1C. Windows color (decimal): -13368973 or 7536948. OLE color: 7536948.

HSL color Cylindrical-coordinate representation of color #340173: hue angle of 266.84º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340173 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB521115-
CMYK0.550.9900.55
HSL266.84º98.28%22.75%-
HSV(B)266.84º99.13%45.1%-
XYZ4.521.9916.37-
YUV29.25176.4144.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 115 (45.31% from 255) = 68.45%
R=30.95%
G=0.60%
B=68.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5211150.550.9900.55266.8498.2822.75
Hex34173376303710b6217
Octal6411636714306741314227
Binary1101001111001111011111000110110111100001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340173; }

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

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

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

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

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

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

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

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