#340B84

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

Shades of Persian Indigo #340B84

Tints of Persian Indigo #340B84

Color information

#340B84 (or 0x340B84) is unknown color: approx Persian Indigo. HEX triplet: 34, 0B and 84. RGB value is (52,11,132). Sum of RGB (Red+Green+Blue) = 52+11+132=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #340B84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340B84 is #CBF47B. Grayscale: #242424. Windows color (decimal): -13366396 or 8653620. OLE color: 8653620.

HSL color Cylindrical-coordinate representation of color #340B84: hue angle of 260.33º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340B84 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5211132-
CMYK0.610.9200.48
HSL260.33º84.62%28.04%-
HSV(B)260.33º91.67%51.76%-
XYZ5.72.6422.04-
YUV37.05181.58138.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 132 (51.95% from 255) = 67.69%
R=26.67%
G=5.64%
B=67.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52111320.610.9200.48260.3384.6228.04
Hex34B843D5C030104551c
Octal64132047513406040412534
Binary11010010111000010011110110111000110000100000100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340B84; }

 p { color: rgb(52,11,132); }

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

<style>
 a { background-color: #340B84; }

 a { background-color: rgb(52,11,132); }

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

<style>
 span { border-color: #340B84; }

 span { border-color: rgb(52,11,132); }

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