#34116D

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

Shades of Persian Indigo #34116D

Tints of Persian Indigo #34116D

Color information

#34116D (or 0x34116D) is unknown color: approx Persian Indigo. HEX triplet: 34, 11 and 6D. RGB value is (52,17,109). Sum of RGB (Red+Green+Blue) = 52+17+109=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #34116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34116D is #CBEE92. Grayscale: #252525. Windows color (decimal): -13364883 or 7147828. OLE color: 7147828.

HSL color Cylindrical-coordinate representation of color #34116D: hue angle of 262.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34116D is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5217109-
CMYK0.520.8400.57
HSL262.83º73.02%24.71%-
HSV(B)262.83º84.4%42.75%-
XYZ4.382.2414.67-
YUV37.95168.1138.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 109 (42.97% from 255) = 61.24%
R=29.21%
G=9.55%
B=61.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52171090.520.8400.57262.8373.0224.71
Hex34116D34540391074919
Octal64211556412407140711131
Binary11010010001110110111010010101000111001100000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34116D; }

 p { color: rgb(52,17,109); }

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

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

 a { background-color: rgb(52,17,109); }

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

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

 span { border-color: rgb(52,17,109); }

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