#361389

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

Shades of Persian Indigo #361389

Tints of Persian Indigo #361389

Color information

#361389 (or 0x361389) is unknown color: approx Persian Indigo. HEX triplet: 36, 13 and 89. RGB value is (54,19,137). Sum of RGB (Red+Green+Blue) = 54+19+137=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #361389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361389 is #C9EC76. Grayscale: #2A2A2A. Windows color (decimal): -13233271 or 8983350. OLE color: 8983350.

HSL color Cylindrical-coordinate representation of color #361389: hue angle of 257.8º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361389 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5419137-
CMYK0.610.8600.46
HSL257.8º75.64%30.59%-
HSV(B)257.8º86.13%53.73%-
XYZ6.273.0623.93-
YUV42.92181.1135.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 137 (53.91% from 255) = 65.24%
R=25.71%
G=9.05%
B=65.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54191370.610.8600.46257.875.6430.59
Hex3613893D5602E1024c1f
Octal66232117512605640211437
Binary110110100111000100111110110101100101110100000010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361389; }

 p { color: rgb(54,19,137); }

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

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

 a { background-color: rgb(54,19,137); }

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

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

 span { border-color: rgb(54,19,137); }

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