#34186F

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

Shades of Persian Indigo #34186F

Tints of Persian Indigo #34186F

Color information

#34186F (or 0x34186F) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and 6F. RGB value is (52,24,111). Sum of RGB (Red+Green+Blue) = 52+24+111=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #34186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34186F is #CBE790. Grayscale: #292929. Windows color (decimal): -13363089 or 7280692. OLE color: 7280692.

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

Color convert

RGB5224111-
CMYK0.530.7800.56
HSL259.31º64.44%26.47%-
HSV(B)259.31º78.38%43.53%-
XYZ4.612.5315.28-
YUV42.29166.78134.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 111 (43.75% from 255) = 59.36%
R=27.81%
G=12.83%
B=59.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52241110.530.7800.56259.3164.4426.47
Hex34186F354E038103401a
Octal64301576511607040310032
Binary11010011000110111111010110011100111000100000011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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