Html Css Color HEX #36018D Persian Indigo

📋 copy color: '#36018D'

red 54 ◦ green 1 ◦ blue 141

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

Shades of Persian Indigo #36018D

Tints of Persian Indigo #36018D

RGB

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

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

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

R = 27.55%
G = 0.51%
B = 71.94%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36018D (or 0x36018D) is known color: Persian Indigo. HEX triplet: 36, 01 and 8D. RGB value is (54,1,141). Sum of RGB (Red+Green+Blue) = 54+1+141=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #36018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36018D is #C9FE72. Grayscale: #202020. Windows color (decimal): -13237875 or 9240886. OLE color: 9240886.

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

Color convert

RGB 54 1 141 -
CMYK 0.62 0.99 0 0.45
HSL 262.71º 0.99% 0.28% -
HSV(B) 262.71º 0.99% 0.55% -
XYZ 6.34 2.73 25.39 -
YUV 32.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 54 1 141 0.62 0.99 0 0.45 262.71 0.99 0.28
Hex 36 1 8D 3E 63 0 2D 107 63 1C
Octal 66 1 215 76 143 0 55 407 143 34
Binary 110110 1 10001101 111110 1100011 0 101101 100000111 1100011 11100

Color Harmonies of #36018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36018D

Black with #36018D

Text Example


Text Example

White with #36018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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