#341075

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

Shades of Persian Indigo #341075

Tints of Persian Indigo #341075

Color information

#341075 (or 0x341075) is unknown color: approx Persian Indigo. HEX triplet: 34, 10 and 75. RGB value is (52,16,117). Sum of RGB (Red+Green+Blue) = 52+16+117=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #341075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341075 is #CBEF8A. Grayscale: #252525. Windows color (decimal): -13365131 or 7671860. OLE color: 7671860.

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

Color convert

RGB5216117-
CMYK0.560.8600.54
HSL261.39º75.94%26.08%-
HSV(B)261.39º86.32%45.88%-
XYZ4.812.3917.04-
YUV38.28172.43137.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 117 (46.09% from 255) = 63.24%
R=28.11%
G=8.65%
B=63.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52161170.560.8600.54261.3975.9426.08
Hex34107538560361054c1a
Octal64201657012606640511432
Binary11010010000111010111100010101100110110100000101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341075; }

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

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

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

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

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

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

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

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