#340165

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

Shades of Persian Indigo #340165

Tints of Persian Indigo #340165

Color information

#340165 (or 0x340165) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 65. RGB value is (52,1,101). Sum of RGB (Red+Green+Blue) = 52+1+101=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #340165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340165 is #CBFE9A. Grayscale: #1B1B1B. Windows color (decimal): -13368987 or 6619444. OLE color: 6619444.

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

Color convert

RGB521101-
CMYK0.490.9900.60
HSL270.6º98.04%20%-
HSV(B)270.6º99.01%39.61%-
XYZ3.781.6912.44-
YUV27.65169.4145.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 101 (39.84% from 255) = 65.58%
R=33.77%
G=0.65%
B=65.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5211010.490.9900.60270.698.0420
Hex34165316303C10f6214
Octal6411456114307441714224
Binary1101001110010111000111000110111100100001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340165; }

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

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

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

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

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

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

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

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