#341A7C

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

Shades of Persian Indigo #341A7C

Tints of Persian Indigo #341A7C

Color information

#341A7C (or 0x341A7C) is unknown color: approx Persian Indigo. HEX triplet: 34, 1A and 7C. RGB value is (52,26,124). Sum of RGB (Red+Green+Blue) = 52+26+124=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #341A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A7C is #CBE583. Grayscale: #2C2C2C. Windows color (decimal): -13362564 or 8133172. OLE color: 8133172.

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

Color convert

RGB5226124-
CMYK0.580.7900.51
HSL255.92º65.33%29.41%-
HSV(B)255.92º79.03%48.63%-
XYZ5.422.9219.35-
YUV44.95172.61133.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 124 (48.83% from 255) = 61.39%
R=25.74%
G=12.87%
B=61.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52261240.580.7900.51255.9265.3329.41
Hex341A7C3A4F033100411d
Octal64321747211706340010135
Binary11010011010111110011101010011110110011100000000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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