#341B99

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

Shades of Persian Indigo #341B99

Tints of Persian Indigo #341B99

Color information

#341B99 (or 0x341B99) is unknown color: approx Persian Indigo. HEX triplet: 34, 1B and 99. RGB value is (52,27,153). Sum of RGB (Red+Green+Blue) = 52+27+153=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #341B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341B99 is #CBE466. Grayscale: #303030. Windows color (decimal): -13362279 or 10033972. OLE color: 10033972.

HSL color Cylindrical-coordinate representation of color #341B99: hue angle of 251.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341B99 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5227153-
CMYK0.660.8200.4
HSL251.9º70%35.29%-
HSV(B)251.9º82.35%60%-
XYZ7.563.8130.47-
YUV48.84186.78130.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 153 (60.16% from 255) = 65.95%
R=22.41%
G=11.64%
B=65.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52271530.660.8200.4251.97035.29
Hex341B994252028fc4623
Octal643323110212205037410643
Binary1101001101110011001100001010100100101000111111001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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