#341F7D

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

Shades of Persian Indigo #341F7D

Tints of Persian Indigo #341F7D

Color information

#341F7D (or 0x341F7D) is unknown color: approx Persian Indigo. HEX triplet: 34, 1F and 7D. RGB value is (52,31,125). Sum of RGB (Red+Green+Blue) = 52+31+125=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #341F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F7D is #CBE082. Grayscale: #2F2F2F. Windows color (decimal): -13361283 or 8199988. OLE color: 8199988.

HSL color Cylindrical-coordinate representation of color #341F7D: hue angle of 253.4º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341F7D is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5231125-
CMYK0.580.7500.51
HSL253.4º60.26%30.59%-
HSV(B)253.4º75.2%49.02%-
XYZ5.613.1919.72-
YUV48171.46130.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 125 (49.22% from 255) = 60.10%
R=25%
G=14.90%
B=60.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52311250.580.7500.51253.460.2630.59
Hex341F7D3A4B033fd3c1f
Octal6437175721130633757437
Binary110100111111111101111010100101101100111111110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,31,125); }

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

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

 a { background-color: rgb(52,31,125); }

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

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

 span { border-color: rgb(52,31,125); }

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