#340773

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

Shades of Persian Indigo #340773

Tints of Persian Indigo #340773

Color information

#340773 (or 0x340773) is unknown color: approx Persian Indigo. HEX triplet: 34, 07 and 73. RGB value is (52,7,115). Sum of RGB (Red+Green+Blue) = 52+7+115=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #340773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340773 is #CBF88C. Grayscale: #202020. Windows color (decimal): -13367437 or 7538484. OLE color: 7538484.

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

Color convert

RGB527115-
CMYK0.550.9400.55
HSL265º88.52%23.92%-
HSV(B)265º93.91%45.1%-
XYZ4.592.1216.39-
YUV32.77174.41141.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 115 (45.31% from 255) = 66.09%
R=29.89%
G=4.02%
B=66.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5271150.550.9400.5526588.5223.92
Hex34773375E0371095918
Octal6471636713606741113130
Binary110100111111001111011110111100110111100001001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340773; }

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

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

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

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

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

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

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

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