#342071

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

Shades of Persian Indigo #342071

Tints of Persian Indigo #342071

Color information

#342071 (or 0x342071) is unknown color: approx Persian Indigo. HEX triplet: 34, 20 and 71. RGB value is (52,32,113). Sum of RGB (Red+Green+Blue) = 52+32+113=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #342071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342071 is #CBDF8E. Grayscale: #2E2E2E. Windows color (decimal): -13361039 or 7413812. OLE color: 7413812.

HSL color Cylindrical-coordinate representation of color #342071: hue angle of 254.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342071 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5232113-
CMYK0.540.7200.56
HSL254.81º55.86%28.43%-
HSV(B)254.81º71.68%44.31%-
XYZ4.912.9615.93-
YUV47.21165.13131.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=26.40%
G=16.24%
B=57.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52321130.540.7200.56254.8155.8628.43
Hex3420713648038ff381c
Octal6440161661100703777034
Binary1101001000001110001110110100100001110001111111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342071; }

 p { color: rgb(52,32,113); }

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

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

 a { background-color: rgb(52,32,113); }

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

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

 span { border-color: rgb(52,32,113); }

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