#341577

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

Shades of Persian Indigo #341577

Tints of Persian Indigo #341577

Color information

#341577 (or 0x341577) is unknown color: approx Persian Indigo. HEX triplet: 34, 15 and 77. RGB value is (52,21,119). Sum of RGB (Red+Green+Blue) = 52+21+119=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #341577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341577 is #CBEA88. Grayscale: #292929. Windows color (decimal): -13363849 or 7804212. OLE color: 7804212.

HSL color Cylindrical-coordinate representation of color #341577: hue angle of 258.98º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341577 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5221119-
CMYK0.560.8200.53
HSL258.98º70%27.45%-
HSV(B)258.98º82.35%46.67%-
XYZ5.012.617.69-
YUV41.44171.77135.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=27.08%
G=10.94%
B=61.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52211190.560.8200.53258.987027.45
Hex3415773852035103461b
Octal64251677012206540310633
Binary11010010101111011111100010100100110101100000011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341577; }

 p { color: rgb(52,21,119); }

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

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

 a { background-color: rgb(52,21,119); }

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

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

 span { border-color: rgb(52,21,119); }

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