Html Css Color HEX #36128D Persian Indigo

📋 copy color: '#36128D'

red 54 ◦ green 18 ◦ blue 141

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

Shades of Persian Indigo #36128D

Tints of Persian Indigo #36128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 25.35%
G = 8.45%
B = 66.2%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36128D (or 0x36128D) is known color: Persian Indigo. HEX triplet: 36, 12 and 8D. RGB value is (54,18,141). Sum of RGB (Red+Green+Blue) = 54+18+141=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #36128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36128D is #C9ED72. Grayscale: #2A2A2A. Windows color (decimal): -13233523 or 9245238. OLE color: 9245238.

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

Color convert

RGB 54 18 141 -
CMYK 0.62 0.87 0 0.45
HSL 257.56º 0.77% 0.31% -
HSV(B) 257.56º 0.87% 0.55% -
XYZ 6.55 3.14 25.46 -
YUV 42.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 54 18 141 0.62 0.87 0 0.45 257.56 0.77 0.31
Hex 36 12 8D 3E 57 0 2D 102 4D 1F
Octal 66 22 215 76 127 0 55 402 115 37
Binary 110110 10010 10001101 111110 1010111 0 101101 100000010 1001101 11111

Color Harmonies of #36128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36128D

Black with #36128D

Text Example


Text Example

White with #36128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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