#340885

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

Shades of Persian Indigo #340885

Tints of Persian Indigo #340885

Color information

#340885 (or 0x340885) is unknown color: approx Persian Indigo. HEX triplet: 34, 08 and 85. RGB value is (52,8,133). Sum of RGB (Red+Green+Blue) = 52+8+133=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #340885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340885 is #CBF77A. Grayscale: #222222. Windows color (decimal): -13367163 or 8718388. OLE color: 8718388.

HSL color Cylindrical-coordinate representation of color #340885: hue angle of 261.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340885 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB528133-
CMYK0.610.9400.48
HSL261.12º88.65%27.65%-
HSV(B)261.12º93.98%52.16%-
XYZ5.742.622.39-
YUV35.41183.08139.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 133 (52.34% from 255) = 68.91%
R=26.94%
G=4.15%
B=68.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5281330.610.9400.48261.1288.6527.65
Hex348853D5E030105591c
Octal64102057513606040513134
Binary11010010001000010111110110111100110000100000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340885; }

 p { color: rgb(52,8,133); }

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

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

 a { background-color: rgb(52,8,133); }

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

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

 span { border-color: rgb(52,8,133); }

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