#34186E

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

Shades of Persian Indigo #34186E

Tints of Persian Indigo #34186E

Color information

#34186E (or 0x34186E) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and 6E. RGB value is (52,24,110). Sum of RGB (Red+Green+Blue) = 52+24+110=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #34186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34186E is #CBE791. Grayscale: #292929. Windows color (decimal): -13363090 or 7215156. OLE color: 7215156.

HSL color Cylindrical-coordinate representation of color #34186E: hue angle of 259.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34186E is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5224110-
CMYK0.530.7800.57
HSL259.53º64.18%26.27%-
HSV(B)259.53º78.18%43.14%-
XYZ4.562.5115-
YUV42.18166.28135.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 110 (43.36% from 255) = 59.14%
R=27.96%
G=12.90%
B=59.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52241100.530.7800.57259.5364.1826.27
Hex34186E354E039104401a
Octal64301566511607140410032
Binary11010011000110111011010110011100111001100000100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34186E; }

 p { color: rgb(52,24,110); }

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

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

 a { background-color: rgb(52,24,110); }

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

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

 span { border-color: rgb(52,24,110); }

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