#341073

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

Shades of Persian Indigo #341073

Tints of Persian Indigo #341073

Color information

#341073 (or 0x341073) is unknown color: approx Persian Indigo. HEX triplet: 34, 10 and 73. RGB value is (52,16,115). Sum of RGB (Red+Green+Blue) = 52+16+115=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #341073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341073 is #CBEF8C. Grayscale: #252525. Windows color (decimal): -13365133 or 7540788. OLE color: 7540788.

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

Color convert

RGB5216115-
CMYK0.550.8600.55
HSL261.82º75.57%25.69%-
HSV(B)261.82º86.09%45.1%-
XYZ4.72.3416.42-
YUV38.05171.43137.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 115 (45.31% from 255) = 62.84%
R=28.42%
G=8.74%
B=62.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52161150.550.8600.55261.8275.5725.69
Hex34107337560371064c1a
Octal64201636712606740611432
Binary11010010000111001111011110101100110111100000110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341073; }

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

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

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

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

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

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

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

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