#341070

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

Shades of Persian Indigo #341070

Tints of Persian Indigo #341070

Color information

#341070 (or 0x341070) is unknown color: approx Persian Indigo. HEX triplet: 34, 10 and 70. RGB value is (52,16,112). Sum of RGB (Red+Green+Blue) = 52+16+112=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #341070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341070 is #CBEF8F. Grayscale: #252525. Windows color (decimal): -13365136 or 7344180. OLE color: 7344180.

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

Color convert

RGB5216112-
CMYK0.540.8600.56
HSL262.5º75%25.1%-
HSV(B)262.5º85.71%43.92%-
XYZ4.532.2715.53-
YUV37.71169.93138.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=28.89%
G=8.89%
B=62.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52161120.540.8600.56262.57525.1
Hex34107036560381064b19
Octal64201606612607040611331
Binary11010010000111000011011010101100111000100000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341070; }

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

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

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

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

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

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

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

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