#342177

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

Shades of Persian Indigo #342177

Tints of Persian Indigo #342177

Color information

#342177 (or 0x342177) is unknown color: approx Persian Indigo. HEX triplet: 34, 21 and 77. RGB value is (52,33,119). Sum of RGB (Red+Green+Blue) = 52+33+119=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #342177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342177 is #CBDE88. Grayscale: #303030. Windows color (decimal): -13360777 or 7807284. OLE color: 7807284.

HSL color Cylindrical-coordinate representation of color #342177: hue angle of 253.26º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342177 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5233119-
CMYK0.560.7200.53
HSL253.26º56.58%29.8%-
HSV(B)253.26º72.27%46.67%-
XYZ5.293.1517.78-
YUV48.48167.79130.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=25.49%
G=16.18%
B=58.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52331190.560.7200.53253.2656.5829.8
Hex3421773848035fd391e
Octal6441167701100653757136
Binary1101001000011110111111000100100001101011111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342177; }

 p { color: rgb(52,33,119); }

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

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

 a { background-color: rgb(52,33,119); }

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

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

 span { border-color: rgb(52,33,119); }

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