#340382

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

Shades of Persian Indigo #340382

Tints of Persian Indigo #340382

Color information

#340382 (or 0x340382) is unknown color: approx Persian Indigo. HEX triplet: 34, 03 and 82. RGB value is (52,3,130). Sum of RGB (Red+Green+Blue) = 52+3+130=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #340382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340382 is #CBFC7D. Grayscale: #1F1F1F. Windows color (decimal): -13368446 or 8520500. OLE color: 8520500.

HSL color Cylindrical-coordinate representation of color #340382: hue angle of 263.15º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340382 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB523130-
CMYK0.600.9800.49
HSL263.15º95.49%26.08%-
HSV(B)263.15º97.69%50.98%-
XYZ5.482.4121.29-
YUV32.13183.23142.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 130 (51.17% from 255) = 70.27%
R=28.11%
G=1.62%
B=70.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5231300.600.9800.49263.1595.4926.08
Hex343823C620311075f1a
Octal6432027414206140713732
Binary110100111000001011110011000100110001100000111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340382; }

 p { color: rgb(52,3,130); }

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

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

 a { background-color: rgb(52,3,130); }

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

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

 span { border-color: rgb(52,3,130); }

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