#341A8B

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

Shades of Persian Indigo #341A8B

Tints of Persian Indigo #341A8B

Color information

#341A8B (or 0x341A8B) is unknown color: approx Persian Indigo. HEX triplet: 34, 1A and 8B. RGB value is (52,26,139). Sum of RGB (Red+Green+Blue) = 52+26+139=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #341A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341A8B is #CBE574. Grayscale: #2E2E2E. Windows color (decimal): -13362549 or 9116212. OLE color: 9116212.

HSL color Cylindrical-coordinate representation of color #341A8B: hue angle of 253.81º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341A8B is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5226139-
CMYK0.630.8100.45
HSL253.81º68.48%32.35%-
HSV(B)253.81º81.29%54.51%-
XYZ6.453.3324.73-
YUV46.66180.11131.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 139 (54.69% from 255) = 64.06%
R=23.96%
G=11.98%
B=64.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52261390.630.8100.45253.8168.4832.35
Hex341A8B3F5102Dfe4420
Octal64322137712105537610440
Binary110100110101000101111111110100010101101111111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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