Html Css Color HEX #36018E Persian Indigo

📋 copy color: '#36018E'

red 54 ◦ green 1 ◦ blue 142

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

Shades of Persian Indigo #36018E

Tints of Persian Indigo #36018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 142 (55.86% from 255) = 72.08%

R = 27.41%
G = 0.51%
B = 72.08%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36018E (or 0x36018E) is known color: Persian Indigo. HEX triplet: 36, 01 and 8E. RGB value is (54,1,142). Sum of RGB (Red+Green+Blue) = 54+1+142=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #36018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36018E is #C9FE71. Grayscale: #202020. Windows color (decimal): -13237874 or 9306422. OLE color: 9306422.

HSL color Cylindrical-coordinate representation of color #36018E: hue angle of 262.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36018E is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 1 142 -
CMYK 0.62 0.99 0 0.44
HSL 262.55º 0.99% 0.28% -
HSV(B) 262.55º 0.99% 0.56% -
XYZ 6.41 2.76 25.79 -
YUV 32.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 54 1 142 0.62 0.99 0 0.44 262.55 0.99 0.28
Hex 36 1 8E 3E 63 0 2C 107 63 1C
Octal 66 1 216 76 143 0 54 407 143 34
Binary 110110 1 10001110 111110 1100011 0 101100 100000111 1100011 11100

Color Harmonies of #36018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36018E

Black with #36018E

Text Example


Text Example

White with #36018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36018E; }

 p { color: rgb(54,1,142); }

 H1.HeaderClassName
 {
   color: #36018E;
 }
 .AnyTagClassName
 {
   color: #36018E;
 }
</style>

background-color css

<style>
 a { background-color: #36018E; }

 a { background-color: rgb(54,1,142); }

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

border-color css

<style>
 span { border-color: #36018E; }

 span { border-color: rgb(54,1,142); }

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