#340372

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

Shades of Persian Indigo #340372

Tints of Persian Indigo #340372

Color information

#340372 (or 0x340372) is unknown color: approx Persian Indigo. HEX triplet: 34, 03 and 72. RGB value is (52,3,114). Sum of RGB (Red+Green+Blue) = 52+3+114=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #340372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340372 is #CBFC8D. Grayscale: #1D1D1D. Windows color (decimal): -13368462 or 7471924. OLE color: 7471924.

HSL color Cylindrical-coordinate representation of color #340372: hue angle of 266.49º 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 #340372 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB523114-
CMYK0.540.9700.55
HSL266.49º94.87%22.94%-
HSV(B)266.49º97.37%44.71%-
XYZ4.492.0116.07-
YUV30.3175.23143.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=30.77%
G=1.78%
B=67.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5231140.540.9700.55266.4994.8722.94
Hex34372366103710a5f17
Octal6431626614106741213727
Binary11010011111001011011011000010110111100001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340372; }

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

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

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

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

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

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

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

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