#341D7D

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

Shades of Persian Indigo #341D7D

Tints of Persian Indigo #341D7D

Color information

#341D7D (or 0x341D7D) is unknown color: approx Persian Indigo. HEX triplet: 34, 1D and 7D. RGB value is (52,29,125). Sum of RGB (Red+Green+Blue) = 52+29+125=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #341D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D7D is #CBE282. Grayscale: #2E2E2E. Windows color (decimal): -13361795 or 8199476. OLE color: 8199476.

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

Color convert

RGB5229125-
CMYK0.580.7700.51
HSL254.38º62.34%30.2%-
HSV(B)254.38º76.8%49.02%-
XYZ5.563.0919.71-
YUV46.82172.12131.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 125 (49.22% from 255) = 60.68%
R=25.24%
G=14.08%
B=60.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52291250.580.7700.51254.3862.3430.2
Hex341D7D3A4D033fe3e1e
Octal6435175721150633767636
Binary110100111011111101111010100110101100111111111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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