#340FA5

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

Shades of Persian Indigo #340FA5

Tints of Persian Indigo #340FA5

Color information

#340FA5 (or 0x340FA5) is unknown color: approx Persian Indigo. HEX triplet: 34, 0F and A5. RGB value is (52,15,165). Sum of RGB (Red+Green+Blue) = 52+15+165=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 165 (64.84% from 255 or 71.12% from 232); Max value from RGB is 165 - color contains mainly: blue. Hex color #340FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340FA5 is #CBF05A. Grayscale: #2A2A2A. Windows color (decimal): -13365339 or 10817332. OLE color: 10817332.

HSL color Cylindrical-coordinate representation of color #340FA5: hue angle of 254.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #340FA5 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5215165-
CMYK0.680.9100.35
HSL254.8º83.33%35.29%-
HSV(B)254.8º90.91%64.71%-
XYZ8.383.7935.89-
YUV43.16196.76134.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 165 (64.84% from 255) = 71.12%
R=22.41%
G=6.47%
B=71.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52151650.680.9100.35254.883.3335.29
Hex34FA5445B023ff5323
Octal641724510413304337712343
Binary110100111110100101100010010110110100011111111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,15,165); }

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

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

 a { background-color: rgb(52,15,165); }

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

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

 span { border-color: rgb(52,15,165); }

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