#340BA4

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

Shades of Persian Indigo #340BA4

Tints of Persian Indigo #340BA4

Color information

#340BA4 (or 0x340BA4) is unknown color: approx Persian Indigo. HEX triplet: 34, 0B and A4. RGB value is (52,11,164). Sum of RGB (Red+Green+Blue) = 52+11+164=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 164 (64.45% from 255 or 72.25% from 227); Max value from RGB is 164 - color contains mainly: blue. Hex color #340BA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340BA4 is #CBF45B. Grayscale: #282828. Windows color (decimal): -13366364 or 10750772. OLE color: 10750772.

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

Color convert

RGB5211164-
CMYK0.680.9300.36
HSL256.08º87.43%34.31%-
HSV(B)256.08º93.29%64.31%-
XYZ8.243.6535.39-
YUV40.7197.58136.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 164 (64.45% from 255) = 72.25%
R=22.91%
G=4.85%
B=72.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52111640.680.9300.36256.0887.4334.31
Hex34BA4445D0241005722
Octal641324410413504440012742
Binary1101001011101001001000100101110101001001000000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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