#341A7A

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

Shades of Persian Indigo #341A7A

Tints of Persian Indigo #341A7A

Color information

#341A7A (or 0x341A7A) is unknown color: approx Persian Indigo. HEX triplet: 34, 1A and 7A. RGB value is (52,26,122). Sum of RGB (Red+Green+Blue) = 52+26+122=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #341A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A7A is #CBE585. Grayscale: #2C2C2C. Windows color (decimal): -13362566 or 8002100. OLE color: 8002100.

HSL color Cylindrical-coordinate representation of color #341A7A: hue angle of 256.25º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341A7A is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5226122-
CMYK0.570.7900.52
HSL256.25º64.86%29.02%-
HSV(B)256.25º78.69%47.84%-
XYZ5.32.8718.69-
YUV44.72171.61133.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 122 (48.05% from 255) = 61%
R=26%
G=13%
B=61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52261220.570.7900.52256.2564.8629.02
Hex341A7A394F034100411d
Octal64321727111706440010135
Binary11010011010111101011100110011110110100100000000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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