#340772

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

Shades of Persian Indigo #340772

Tints of Persian Indigo #340772

Color information

#340772 (or 0x340772) is unknown color: approx Persian Indigo. HEX triplet: 34, 07 and 72. RGB value is (52,7,114). Sum of RGB (Red+Green+Blue) = 52+7+114=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #340772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340772 is #CBF88D. Grayscale: #202020. Windows color (decimal): -13367438 or 7472948. OLE color: 7472948.

HSL color Cylindrical-coordinate representation of color #340772: hue angle of 265.23º degrees, saturation: 0.88, 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 #340772 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB527114-
CMYK0.540.9400.55
HSL265.23º88.43%23.73%-
HSV(B)265.23º93.86%44.71%-
XYZ4.532.116.09-
YUV32.65173.91141.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 114 (44.92% from 255) = 65.90%
R=30.06%
G=4.05%
B=65.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5271140.540.9400.55265.2388.4323.73
Hex34772365E0371095818
Octal6471626613606741113030
Binary110100111111001011011010111100110111100001001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340772; }

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

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

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

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

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

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

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

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