#340265

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

Shades of Persian Indigo #340265

Tints of Persian Indigo #340265

Color information

#340265 (or 0x340265) is unknown color: approx Persian Indigo. HEX triplet: 34, 02 and 65. RGB value is (52,2,101). Sum of RGB (Red+Green+Blue) = 52+2+101=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #340265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340265 is #CBFD9A. Grayscale: #1B1B1B. Windows color (decimal): -13368731 or 6619700. OLE color: 6619700.

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

Color convert

RGB522101-
CMYK0.490.9800.60
HSL270.3º96.12%20.2%-
HSV(B)270.3º98.02%39.61%-
XYZ3.791.7112.44-
YUV28.24169.06144.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 101 (39.84% from 255) = 65.16%
R=33.55%
G=1.29%
B=65.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5221010.490.9800.60270.396.1220.2
Hex34265316203C10e6014
Octal6421456114207441614024
Binary11010010110010111000111000100111100100001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340265; }

 p { color: rgb(52,2,101); }

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

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

 a { background-color: rgb(52,2,101); }

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

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

 span { border-color: rgb(52,2,101); }

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