#341675

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

Shades of Persian Indigo #341675

Tints of Persian Indigo #341675

Color information

#341675 (or 0x341675) is unknown color: approx Persian Indigo. HEX triplet: 34, 16 and 75. RGB value is (52,22,117). Sum of RGB (Red+Green+Blue) = 52+22+117=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #341675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341675 is #CBE98A. Grayscale: #292929. Windows color (decimal): -13363595 or 7673396. OLE color: 7673396.

HSL color Cylindrical-coordinate representation of color #341675: hue angle of 258.95º degrees, saturation: 0.68, 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 #341675 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5222117-
CMYK0.560.8100.54
HSL258.95º68.35%27.25%-
HSV(B)258.95º81.2%45.88%-
XYZ4.912.5917.07-
YUV41.8170.44135.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=27.23%
G=11.52%
B=61.26%

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
Decimal52221170.560.8100.54258.9568.3527.25
Hex3416753851036103441b
Octal64261657012106640310433
Binary11010010110111010111100010100010110110100000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341675; }

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

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

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

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

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

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

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

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