#36238D

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

Shades of Persian Indigo #36238D

Tints of Persian Indigo #36238D

Color information

#36238D (or 0x36238D) is unknown color: approx Persian Indigo. HEX triplet: 36, 23 and 8D. RGB value is (54,35,141). Sum of RGB (Red+Green+Blue) = 54+35+141=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #36238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36238D is #C9DC72. Grayscale: #343434. Windows color (decimal): -13229171 or 9249590. OLE color: 9249590.

HSL color Cylindrical-coordinate representation of color #36238D: hue angle of 250.75º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36238D is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5435141-
CMYK0.620.7500.45
HSL250.75º60.23%34.51%-
HSV(B)250.75º75.18%55.29%-
XYZ6.933.9125.59-
YUV52.76177.79128.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 141 (55.47% from 255) = 61.30%
R=23.48%
G=15.22%
B=61.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54351410.620.7500.45250.7560.2334.51
Hex36238D3E4B02Dfb3c23
Octal6643215761130553737443
Binary110110100011100011011111101001011010110111111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36238D; }

 p { color: rgb(54,35,141); }

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

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

 a { background-color: rgb(54,35,141); }

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

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

 span { border-color: rgb(54,35,141); }

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