#34176F

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

Shades of Persian Indigo #34176F

Tints of Persian Indigo #34176F

Color information

#34176F (or 0x34176F) is unknown color: approx Persian Indigo. HEX triplet: 34, 17 and 6F. RGB value is (52,23,111). Sum of RGB (Red+Green+Blue) = 52+23+111=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #34176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34176F is #CBE890. Grayscale: #292929. Windows color (decimal): -13363345 or 7280436. OLE color: 7280436.

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

Color convert

RGB5223111-
CMYK0.530.7900.56
HSL259.77º65.67%26.27%-
HSV(B)259.77º79.28%43.53%-
XYZ4.592.4915.28-
YUV41.7167.11135.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 111 (43.75% from 255) = 59.68%
R=27.96%
G=12.37%
B=59.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52231110.530.7900.56259.7765.6726.27
Hex34176F354F038104421a
Octal64271576511707040410232
Binary11010010111110111111010110011110111000100000100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34176F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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