#341778

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

Shades of Persian Indigo #341778

Tints of Persian Indigo #341778

Color information

#341778 (or 0x341778) is unknown color: approx Persian Indigo. HEX triplet: 34, 17 and 78. RGB value is (52,23,120). Sum of RGB (Red+Green+Blue) = 52+23+120=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #341778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341778 is #CBE887. Grayscale: #2A2A2A. Windows color (decimal): -13363336 or 7870260. OLE color: 7870260.

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

Color convert

RGB5223120-
CMYK0.570.8100.53
HSL257.94º67.83%28.04%-
HSV(B)257.94º80.83%47.06%-
XYZ5.112.718.02-
YUV42.73171.61134.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 120 (47.27% from 255) = 61.54%
R=26.67%
G=11.79%
B=61.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52231200.570.8100.53257.9467.8328.04
Hex3417783951035102441c
Octal64271707112106540210434
Binary11010010111111100011100110100010110101100000010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341778; }

 p { color: rgb(52,23,120); }

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

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

 a { background-color: rgb(52,23,120); }

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

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

 span { border-color: rgb(52,23,120); }

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