#361A6F

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

Shades of Persian Indigo #361A6F

Tints of Persian Indigo #361A6F

Color information

#361A6F (or 0x361A6F) is unknown color: approx Persian Indigo. HEX triplet: 36, 1A and 6F. RGB value is (54,26,111). Sum of RGB (Red+Green+Blue) = 54+26+111=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #361A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A6F is #C9E590. Grayscale: #2B2B2B. Windows color (decimal): -13231505 or 7281206. OLE color: 7281206.

HSL color Cylindrical-coordinate representation of color #361A6F: hue angle of 259.76º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #361A6F is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5426111-
CMYK0.510.7700.56
HSL259.76º62.04%26.86%-
HSV(B)259.76º76.58%43.53%-
XYZ4.762.6715.3-
YUV44.06165.78135.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 111 (43.75% from 255) = 58.12%
R=28.27%
G=13.61%
B=58.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54261110.510.7700.56259.7662.0426.86
Hex361A6F334D0381043e1b
Octal6632157631150704047633
Binary1101101101011011111100111001101011100010000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,26,111); }

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

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

 a { background-color: rgb(54,26,111); }

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

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

 span { border-color: rgb(54,26,111); }

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