#341A70

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

Shades of Persian Indigo #341A70

Tints of Persian Indigo #341A70

Color information

#341A70 (or 0x341A70) is unknown color: approx Persian Indigo. HEX triplet: 34, 1A and 70. RGB value is (52,26,112). Sum of RGB (Red+Green+Blue) = 52+26+112=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #341A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A70 is #CBE58F. Grayscale: #2B2B2B. Windows color (decimal): -13362576 or 7346740. OLE color: 7346740.

HSL color Cylindrical-coordinate representation of color #341A70: hue angle of 258.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341A70 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5226112-
CMYK0.540.7700.56
HSL258.14º62.32%27.06%-
HSV(B)258.14º76.79%43.92%-
XYZ4.712.6415.59-
YUV43.58166.61134.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=27.37%
G=13.68%
B=58.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52261120.540.7700.56258.1462.3227.06
Hex341A70364D0381023e1b
Octal6432160661150704027633
Binary1101001101011100001101101001101011100010000001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341A70; }

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

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

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

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

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

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

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

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