#341A9B

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

Shades of Persian Indigo #341A9B

Tints of Persian Indigo #341A9B

Color information

#341A9B (or 0x341A9B) is unknown color: approx Persian Indigo. HEX triplet: 34, 1A and 9B. RGB value is (52,26,155). Sum of RGB (Red+Green+Blue) = 52+26+155=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #341A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341A9B is #CBE564. Grayscale: #2F2F2F. Windows color (decimal): -13362533 or 10164788. OLE color: 10164788.

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

Color convert

RGB5226155-
CMYK0.660.8300.39
HSL252.09º71.27%35.49%-
HSV(B)252.09º83.23%60.78%-
XYZ7.73.8431.34-
YUV48.48188.11130.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 155 (60.94% from 255) = 66.52%
R=22.32%
G=11.16%
B=66.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52261550.660.8300.39252.0971.2735.49
Hex341A9B4253027fc4723
Octal643223310212304737410743
Binary1101001101010011011100001010100110100111111111001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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