#341A97

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

Shades of Persian Indigo #341A97

Tints of Persian Indigo #341A97

Color information

#341A97 (or 0x341A97) is unknown color: approx Persian Indigo. HEX triplet: 34, 1A and 97. RGB value is (52,26,151). Sum of RGB (Red+Green+Blue) = 52+26+151=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #341A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341A97 is #CBE568. Grayscale: #2F2F2F. Windows color (decimal): -13362537 or 9902644. OLE color: 9902644.

HSL color Cylindrical-coordinate representation of color #341A97: hue angle of 252.48º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341A97 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5226151-
CMYK0.660.8300.41
HSL252.48º70.62%34.71%-
HSV(B)252.48º82.78%59.22%-
XYZ7.373.729.6-
YUV48.02186.11130.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 151 (59.38% from 255) = 65.94%
R=22.71%
G=11.35%
B=65.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52261510.660.8300.41252.4870.6234.71
Hex341A974253029fc4723
Octal643222710212305137410743
Binary1101001101010010111100001010100110101001111111001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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