#36149F

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

Shades of Persian Indigo #36149F

Tints of Persian Indigo #36149F

Color information

#36149F (or 0x36149F) is unknown color: approx Persian Indigo. HEX triplet: 36, 14 and 9F. RGB value is (54,20,159). Sum of RGB (Red+Green+Blue) = 54+20+159=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #36149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36149F is #C9EB60. Grayscale: #2D2D2D. Windows color (decimal): -13232993 or 10425398. OLE color: 10425398.

HSL color Cylindrical-coordinate representation of color #36149F: hue angle of 254.68º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36149F is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5420159-
CMYK0.660.8700.38
HSL254.68º77.65%35.1%-
HSV(B)254.68º87.42%62.35%-
XYZ8.033.7933.11-
YUV46.01191.76133.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 159 (62.5% from 255) = 68.24%
R=23.18%
G=8.58%
B=68.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54201590.660.8700.38254.6877.6535.1
Hex36149F4257026ff4e23
Octal662423710212704637711643
Binary1101101010010011111100001010101110100110111111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36149F; }

 p { color: rgb(54,20,159); }

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

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

 a { background-color: rgb(54,20,159); }

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

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

 span { border-color: rgb(54,20,159); }

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