#341378

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

Shades of Persian Indigo #341378

Tints of Persian Indigo #341378

Color information

#341378 (or 0x341378) is unknown color: approx Persian Indigo. HEX triplet: 34, 13 and 78. RGB value is (52,19,120). Sum of RGB (Red+Green+Blue) = 52+19+120=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #341378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341378 is #CBEC87. Grayscale: #282828. Windows color (decimal): -13364360 or 7869236. OLE color: 7869236.

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

Color convert

RGB5219120-
CMYK0.570.8400.53
HSL259.6º72.66%27.25%-
HSV(B)259.6º84.17%47.06%-
XYZ5.042.5518-
YUV40.38172.93136.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 120 (47.27% from 255) = 62.83%
R=27.23%
G=9.95%
B=62.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52191200.570.8400.53259.672.6627.25
Hex3413783954035104491b
Octal64231707112406540411133
Binary11010010011111100011100110101000110101100000100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341378; }

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

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

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

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

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

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

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

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