#341673

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

Shades of Persian Indigo #341673

Tints of Persian Indigo #341673

Color information

#341673 (or 0x341673) is unknown color: approx Persian Indigo. HEX triplet: 34, 16 and 73. RGB value is (52,22,115). Sum of RGB (Red+Green+Blue) = 52+22+115=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #341673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341673 is #CBE98C. Grayscale: #292929. Windows color (decimal): -13363597 or 7542324. OLE color: 7542324.

HSL color Cylindrical-coordinate representation of color #341673: hue angle of 259.35º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341673 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5222115-
CMYK0.550.8100.55
HSL259.35º67.88%26.86%-
HSV(B)259.35º80.87%45.1%-
XYZ4.82.5416.46-
YUV41.57169.44135.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 115 (45.31% from 255) = 60.85%
R=27.51%
G=11.64%
B=60.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52221150.550.8100.55259.3567.8826.86
Hex3416733751037103441b
Octal64261636712106740310433
Binary11010010110111001111011110100010110111100000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341673; }

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

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

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

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

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

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

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

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