#340064

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

Shades of Persian Indigo #340064

Tints of Persian Indigo #340064

Color information

#340064 (or 0x340064) is unknown color: approx Persian Indigo. HEX triplet: 34, 00 and 64. RGB value is (52,0,100). Sum of RGB (Red+Green+Blue) = 52+0+100=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #340064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340064 is #CBFF9B. Grayscale: #1A1A1A. Windows color (decimal): -13369244 or 6553652. OLE color: 6553652.

HSL color Cylindrical-coordinate representation of color #340064: hue angle of 271.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340064 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB520100-
CMYK0.48100.61
HSL271.2º100%19.61%-
HSV(B)271.2º100%39.22%-
XYZ3.721.6512.18-
YUV26.95169.23145.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 65.79%
R=34.21%
G=0%
B=65.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5201000.48100.61271.210019.61
Hex34064306403D10f6414
Octal6401446014407541714424
Binary1101000110010011000011001000111101100001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340064; }

 p { color: rgb(52,0,100); }

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

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

 a { background-color: rgb(52,0,100); }

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

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

 span { border-color: rgb(52,0,100); }

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