#340F95

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

Shades of Persian Indigo #340F95

Tints of Persian Indigo #340F95

Color information

#340F95 (or 0x340F95) is unknown color: approx Persian Indigo. HEX triplet: 34, 0F and 95. RGB value is (52,15,149). Sum of RGB (Red+Green+Blue) = 52+15+149=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #340F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340F95 is #CBF06A. Grayscale: #282828. Windows color (decimal): -13365355 or 9768756. OLE color: 9768756.

HSL color Cylindrical-coordinate representation of color #340F95: hue angle of 256.57º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340F95 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5215149-
CMYK0.650.9000.42
HSL256.57º81.71%32.16%-
HSV(B)256.57º89.93%58.43%-
XYZ7.013.2428.69-
YUV41.34188.76135.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 149 (58.59% from 255) = 68.98%
R=24.07%
G=6.94%
B=68.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52151490.650.9000.42256.5781.7132.16
Hex34F95415A02A1015220
Octal641722510113205240112240
Binary1101001111100101011000001101101001010101000000011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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