#340AA1

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

Shades of Persian Indigo #340AA1

Tints of Persian Indigo #340AA1

Color information

#340AA1 (or 0x340AA1) is unknown color: approx Persian Indigo. HEX triplet: 34, 0A and A1. RGB value is (52,10,161). Sum of RGB (Red+Green+Blue) = 52+10+161=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 161 (63.28% from 255 or 72.20% from 223); Max value from RGB is 161 - color contains mainly: blue. Hex color #340AA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340AA1 is #CBF55E. Grayscale: #272727. Windows color (decimal): -13366623 or 10553908. OLE color: 10553908.

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

Color convert

RGB5210161-
CMYK0.680.9400.37
HSL256.69º88.3%33.53%-
HSV(B)256.69º93.79%63.14%-
XYZ7.963.5233.98-
YUV39.77196.41136.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 161 (63.28% from 255) = 72.20%
R=23.32%
G=4.48%
B=72.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52101610.680.9400.37256.6988.333.53
Hex34AA1445E0251015822
Octal641224110413604540113042
Binary1101001010101000011000100101111001001011000000011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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