#361D78

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

Shades of Persian Indigo #361D78

Tints of Persian Indigo #361D78

Color information

#361D78 (or 0x361D78) is unknown color: approx Persian Indigo. HEX triplet: 36, 1D and 78. RGB value is (54,29,120). Sum of RGB (Red+Green+Blue) = 54+29+120=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #361D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D78 is #C9E287. Grayscale: #2E2E2E. Windows color (decimal): -13230728 or 7871798. OLE color: 7871798.

HSL color Cylindrical-coordinate representation of color #361D78: hue angle of 256.48º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361D78 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5429120-
CMYK0.550.7600.53
HSL256.48º61.07%29.22%-
HSV(B)256.48º75.83%47.06%-
XYZ5.353.0218.07-
YUV46.85169.28133.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=26.60%
G=14.29%
B=59.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54291200.550.7600.53256.4861.0729.22
Hex361D78374C0351003d1d
Octal6635170671140654007535
Binary1101101110111110001101111001100011010110000000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361D78; }

 p { color: rgb(54,29,120); }

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

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

 a { background-color: rgb(54,29,120); }

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

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

 span { border-color: rgb(54,29,120); }

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