#341384

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

Shades of Persian Indigo #341384

Tints of Persian Indigo #341384

Color information

#341384 (or 0x341384) is unknown color: approx Persian Indigo. HEX triplet: 34, 13 and 84. RGB value is (52,19,132). Sum of RGB (Red+Green+Blue) = 52+19+132=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #341384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341384 is #CBEC7B. Grayscale: #292929. Windows color (decimal): -13364348 or 8655668. OLE color: 8655668.

HSL color Cylindrical-coordinate representation of color #341384: hue angle of 257.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341384 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5219132-
CMYK0.610.8600.48
HSL257.52º74.83%29.61%-
HSV(B)257.52º85.61%51.76%-
XYZ5.812.8622.08-
YUV41.75178.93135.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 132 (51.95% from 255) = 65.02%
R=25.62%
G=9.36%
B=65.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52191320.610.8600.48257.5274.8329.61
Hex3413843D560301024b1e
Octal64232047512606040211336
Binary110100100111000010011110110101100110000100000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341384; }

 p { color: rgb(52,19,132); }

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

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

 a { background-color: rgb(52,19,132); }

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

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

 span { border-color: rgb(52,19,132); }

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