#340180

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

Shades of Persian Indigo #340180

Tints of Persian Indigo #340180

Color information

#340180 (or 0x340180) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 80. RGB value is (52,1,128). Sum of RGB (Red+Green+Blue) = 52+1+128=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #340180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340180 is #CBFE7F. Grayscale: #1E1E1E. Windows color (decimal): -13368960 or 8388916. OLE color: 8388916.

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

Color convert

RGB521128-
CMYK0.590.9900.50
HSL264.09º98.45%25.29%-
HSV(B)264.09º99.22%50.2%-
XYZ5.322.3120.59-
YUV30.73182.9143.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 128 (50.39% from 255) = 70.72%
R=28.73%
G=0.55%
B=70.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5211280.590.9900.50264.0998.4525.29
Hex341803B630321086219
Octal6412007314306241014231
Binary11010011000000011101111000110110010100001000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340180; }

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

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

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

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

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

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

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

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