#341077

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

Shades of Persian Indigo #341077

Tints of Persian Indigo #341077

Color information

#341077 (or 0x341077) is unknown color: approx Persian Indigo. HEX triplet: 34, 10 and 77. RGB value is (52,16,119). Sum of RGB (Red+Green+Blue) = 52+16+119=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #341077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341077 is #CBEF88. Grayscale: #262626. Windows color (decimal): -13365129 or 7802932. OLE color: 7802932.

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

Color convert

RGB5216119-
CMYK0.560.8700.53
HSL260.97º76.3%26.47%-
HSV(B)260.97º86.55%46.67%-
XYZ4.932.4317.66-
YUV38.51173.43137.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=27.81%
G=8.56%
B=63.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52161190.560.8700.53260.9776.326.47
Hex34107738570351054c1a
Octal64201677012706540511432
Binary11010010000111011111100010101110110101100000101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341077; }

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

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

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

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

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

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

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

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