#340BA1

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

Shades of Persian Indigo #340BA1

Tints of Persian Indigo #340BA1

Color information

#340BA1 (or 0x340BA1) is unknown color: approx Persian Indigo. HEX triplet: 34, 0B and A1. RGB value is (52,11,161). Sum of RGB (Red+Green+Blue) = 52+11+161=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #340BA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340BA1 is #CBF45E. Grayscale: #272727. Windows color (decimal): -13366367 or 10554164. OLE color: 10554164.

HSL color Cylindrical-coordinate representation of color #340BA1: hue angle of 256.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340BA1 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5211161-
CMYK0.680.9300.37
HSL256.4º87.21%33.73%-
HSV(B)256.4º93.17%63.14%-
XYZ7.973.5433.98-
YUV40.36196.08136.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 161 (63.28% from 255) = 71.88%
R=23.21%
G=4.91%
B=71.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52111610.680.9300.37256.487.2133.73
Hex34BA1445D0251005722
Octal641324110413504540012742
Binary1101001011101000011000100101110101001011000000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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