#341676

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

Shades of Persian Indigo #341676

Tints of Persian Indigo #341676

Color information

#341676 (or 0x341676) is unknown color: approx Persian Indigo. HEX triplet: 34, 16 and 76. RGB value is (52,22,118). Sum of RGB (Red+Green+Blue) = 52+22+118=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #341676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341676 is #CBE989. Grayscale: #292929. Windows color (decimal): -13363594 or 7738932. OLE color: 7738932.

HSL color Cylindrical-coordinate representation of color #341676: hue angle of 258.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341676 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5222118-
CMYK0.560.8100.54
HSL258.75º68.57%27.45%-
HSV(B)258.75º81.36%46.27%-
XYZ4.972.6117.38-
YUV41.91170.94135.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=27.08%
G=11.46%
B=61.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52221180.560.8100.54258.7568.5727.45
Hex3416763851036103451b
Octal64261667012106640310533
Binary11010010110111011011100010100010110110100000011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341676; }

 p { color: rgb(52,22,118); }

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

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

 a { background-color: rgb(52,22,118); }

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

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

 span { border-color: rgb(52,22,118); }

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