#341F8D

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

Shades of Persian Indigo #341F8D

Tints of Persian Indigo #341F8D

Color information

#341F8D (or 0x341F8D) is unknown color: approx Persian Indigo. HEX triplet: 34, 1F and 8D. RGB value is (52,31,141). Sum of RGB (Red+Green+Blue) = 52+31+141=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #341F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341F8D is #CBE072. Grayscale: #313131. Windows color (decimal): -13361267 or 9248564. OLE color: 9248564.

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

Color convert

RGB5231141-
CMYK0.630.7800.45
HSL251.45º63.95%33.73%-
HSV(B)251.45º78.01%55.29%-
XYZ6.713.6325.55-
YUV49.82179.46129.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 31 (12.5% from 255) = 13.84%
BLUE value IS 141 (55.47% from 255) = 62.95%
R=23.21%
G=13.84%
B=62.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52311410.630.7800.45251.4563.9533.73
Hex341F8D3F4E02Dfb4022
Octal64372157711605537310042
Binary110100111111000110111111110011100101101111110111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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