#36188A

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

Shades of Persian Indigo #36188A

Tints of Persian Indigo #36188A

Color information

#36188A (or 0x36188A) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 8A. RGB value is (54,24,138). Sum of RGB (Red+Green+Blue) = 54+24+138=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #36188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36188A is #C9E775. Grayscale: #2D2D2D. Windows color (decimal): -13231990 or 9050166. OLE color: 9050166.

HSL color Cylindrical-coordinate representation of color #36188A: hue angle of 255.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36188A is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5424138-
CMYK0.610.8300.46
HSL255.79º70.37%31.76%-
HSV(B)255.79º82.61%54.12%-
XYZ6.443.2724.34-
YUV45.97179.94133.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 138 (54.30% from 255) = 63.89%
R=25%
G=11.11%
B=63.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54241380.610.8300.46255.7970.3731.76
Hex36188A3D5302E1004620
Octal66302127512305640010640
Binary1101101100010001010111101101001101011101000000001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36188A; }

 p { color: rgb(54,24,138); }

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

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

 a { background-color: rgb(54,24,138); }

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

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

 span { border-color: rgb(54,24,138); }

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