#34106E

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

Shades of Persian Indigo #34106E

Tints of Persian Indigo #34106E

Color information

#34106E (or 0x34106E) is unknown color: approx Persian Indigo. HEX triplet: 34, 10 and 6E. RGB value is (52,16,110). Sum of RGB (Red+Green+Blue) = 52+16+110=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #34106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34106E is #CBEF91. Grayscale: #252525. Windows color (decimal): -13365138 or 7213108. OLE color: 7213108.

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

Color convert

RGB5216110-
CMYK0.530.8500.57
HSL262.98º74.6%24.71%-
HSV(B)262.98º85.45%43.14%-
XYZ4.422.2314.95-
YUV37.48168.93138.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 110 (43.36% from 255) = 61.80%
R=29.21%
G=8.99%
B=61.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52161100.530.8500.57262.9874.624.71
Hex34106E35550391074b19
Octal64201566512507140711331
Binary11010010000110111011010110101010111001100000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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