#340373

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

Shades of Persian Indigo #340373

Tints of Persian Indigo #340373

Color information

#340373 (or 0x340373) is unknown color: approx Persian Indigo. HEX triplet: 34, 03 and 73. RGB value is (52,3,115). Sum of RGB (Red+Green+Blue) = 52+3+115=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #340373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340373 is #CBFC8C. Grayscale: #1E1E1E. Windows color (decimal): -13368461 or 7537460. OLE color: 7537460.

HSL color Cylindrical-coordinate representation of color #340373: hue angle of 266.25º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340373 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB523115-
CMYK0.550.9700.55
HSL266.25º94.92%23.14%-
HSV(B)266.25º97.39%45.1%-
XYZ4.542.0316.37-
YUV30.42175.73143.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 115 (45.31% from 255) = 67.65%
R=30.59%
G=1.76%
B=67.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5231150.550.9700.55266.2594.9223.14
Hex34373376103710a5f17
Octal6431636714106741213727
Binary11010011111001111011111000010110111100001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340373; }

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

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

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

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

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

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

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

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