#341A6F

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

Shades of Persian Indigo #341A6F

Tints of Persian Indigo #341A6F

Color information

#341A6F (or 0x341A6F) is unknown color: approx Persian Indigo. HEX triplet: 34, 1A and 6F. RGB value is (52,26,111). Sum of RGB (Red+Green+Blue) = 52+26+111=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #341A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A6F is #CBE590. Grayscale: #2B2B2B. Windows color (decimal): -13362577 or 7281204. OLE color: 7281204.

HSL color Cylindrical-coordinate representation of color #341A6F: hue angle of 258.35º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341A6F is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5226111-
CMYK0.530.7700.56
HSL258.35º62.04%26.86%-
HSV(B)258.35º76.58%43.53%-
XYZ4.652.6215.3-
YUV43.46166.11134.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 111 (43.75% from 255) = 58.73%
R=27.51%
G=13.76%
B=58.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52261110.530.7700.56258.3562.0426.86
Hex341A6F354D0381023e1b
Octal6432157651150704027633
Binary1101001101011011111101011001101011100010000001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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