#341B7F

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

Shades of Persian Indigo #341B7F

Tints of Persian Indigo #341B7F

Color information

#341B7F (or 0x341B7F) is unknown color: approx Persian Indigo. HEX triplet: 34, 1B and 7F. RGB value is (52,27,127). Sum of RGB (Red+Green+Blue) = 52+27+127=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #341B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B7F is #CBE480. Grayscale: #2D2D2D. Windows color (decimal): -13362305 or 8330036. OLE color: 8330036.

HSL color Cylindrical-coordinate representation of color #341B7F: hue angle of 255º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341B7F is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5227127-
CMYK0.590.7900.50
HSL255º64.94%30.2%-
HSV(B)255º78.74%49.8%-
XYZ5.643.0520.37-
YUV45.88173.78132.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 127 (50% from 255) = 61.65%
R=25.24%
G=13.11%
B=61.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52271270.590.7900.5025564.9430.2
Hex341B7F3B4F032ff411e
Octal64331777311706237710136
Binary1101001101111111111110111001111011001011111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,27,127); }

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

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

 a { background-color: rgb(52,27,127); }

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

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

 span { border-color: rgb(52,27,127); }

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