Html Css Color HEX #36108D Persian Indigo

📋 copy color: '#36108D'

red 54 ◦ green 16 ◦ blue 141

#36108D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #36108D

Tints of Persian Indigo #36108D

RGB

 RED value IS 54 (21.48% from 255) = 25.59%

 GREEN value IS 16 (6.64% from 255) = 7.58%

 BLUE value IS 141 (55.47% from 255) = 66.82%

R = 25.59%
G = 7.58%
B = 66.82%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36108D (or 0x36108D) is known color: Persian Indigo. HEX triplet: 36, 10 and 8D. RGB value is (54,16,141). Sum of RGB (Red+Green+Blue) = 54+16+141=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #36108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36108D is #C9EF72. Grayscale: #292929. Windows color (decimal): -13234035 or 9244726. OLE color: 9244726.

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

Color convert

RGB 54 16 141 -
CMYK 0.62 0.89 0 0.45
HSL 258.24º 0.8% 0.31% -
HSV(B) 258.24º 0.89% 0.55% -
XYZ 6.51 3.08 25.45 -
YUV 41.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 54 16 141 0.62 0.89 0 0.45 258.24 0.8 0.31
Hex 36 10 8D 3E 59 0 2D 102 50 1F
Octal 66 20 215 76 131 0 55 402 120 37
Binary 110110 10000 10001101 111110 1011001 0 101101 100000010 1010000 11111

Color Harmonies of #36108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36108D

Black with #36108D

Text Example


Text Example

White with #36108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36108D;
 }
 .AnyTagClassName
 {
   color: #36108D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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