#340384

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

Shades of Persian Indigo #340384

Tints of Persian Indigo #340384

Color information

#340384 (or 0x340384) is unknown color: approx Persian Indigo. HEX triplet: 34, 03 and 84. RGB value is (52,3,132). Sum of RGB (Red+Green+Blue) = 52+3+132=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #340384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340384 is #CBFC7B. Grayscale: #1F1F1F. Windows color (decimal): -13368444 or 8651572. OLE color: 8651572.

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

Color convert

RGB523132-
CMYK0.610.9800.48
HSL262.79º95.56%26.47%-
HSV(B)262.79º97.73%51.76%-
XYZ5.612.4622.01-
YUV32.36184.23142.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 132 (51.95% from 255) = 70.59%
R=27.81%
G=1.60%
B=70.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5231320.610.9800.48262.7995.5626.47
Hex343843D62030107601a
Octal6432047514206040714032
Binary110100111000010011110111000100110000100000111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340384; }

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

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

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

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

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

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

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

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