#340995

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

Shades of Persian Indigo #340995

Tints of Persian Indigo #340995

Color information

#340995 (or 0x340995) is unknown color: approx Persian Indigo. HEX triplet: 34, 09 and 95. RGB value is (52,9,149). Sum of RGB (Red+Green+Blue) = 52+9+149=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #340995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340995 is #CBF66A. Grayscale: #252525. Windows color (decimal): -13366891 or 9767220. OLE color: 9767220.

HSL color Cylindrical-coordinate representation of color #340995: hue angle of 258.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340995 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB529149-
CMYK0.650.9400.42
HSL258.43º88.61%30.98%-
HSV(B)258.43º93.96%58.43%-
XYZ6.943.128.67-
YUV37.82190.75138.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 149 (58.59% from 255) = 70.95%
R=24.76%
G=4.29%
B=70.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5291490.650.9400.42258.4388.6130.98
Hex34995415E02A102591f
Octal641122510113605240213137
Binary110100100110010101100000110111100101010100000010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340995; }

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

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

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

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

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

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

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

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