#360185

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

Shades of Persian Indigo #360185

Tints of Persian Indigo #360185

Color information

#360185 (or 0x360185) is unknown color: approx Persian Indigo. HEX triplet: 36, 01 and 85. RGB value is (54,1,133). Sum of RGB (Red+Green+Blue) = 54+1+133=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #360185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360185 is #C9FE7A. Grayscale: #1F1F1F. Windows color (decimal): -13237883 or 8716598. OLE color: 8716598.

HSL color Cylindrical-coordinate representation of color #360185: hue angle of 264.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360185 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB541133-
CMYK0.590.9900.48
HSL264.09º98.51%26.27%-
HSV(B)264.09º99.25%52.16%-
XYZ5.772.522.37-
YUV31.9185.06143.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 133 (52.34% from 255) = 70.74%
R=28.72%
G=0.53%
B=70.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5411330.590.9900.48264.0998.5126.27
Hex361853B63030108631a
Octal6612057314306041014332
Binary11011011000010111101111000110110000100001000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360185; }

 p { color: rgb(54,1,133); }

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

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

 a { background-color: rgb(54,1,133); }

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

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

 span { border-color: rgb(54,1,133); }

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