#341273

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

Shades of Persian Indigo #341273

Tints of Persian Indigo #341273

Color information

#341273 (or 0x341273) is unknown color: approx Persian Indigo. HEX triplet: 34, 12 and 73. RGB value is (52,18,115). Sum of RGB (Red+Green+Blue) = 52+18+115=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #341273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341273 is #CBED8C. Grayscale: #262626. Windows color (decimal): -13364621 or 7541300. OLE color: 7541300.

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

Color convert

RGB5218115-
CMYK0.550.8400.55
HSL261.03º72.93%26.08%-
HSV(B)261.03º84.35%45.1%-
XYZ4.732.416.43-
YUV39.22170.76137.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=28.11%
G=9.73%
B=62.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52181150.550.8400.55261.0372.9326.08
Hex3412733754037105491a
Octal64221636712406740511132
Binary11010010010111001111011110101000110111100000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341273; }

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

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

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

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

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

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

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

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