Html Css Color HEX #36018C Persian Indigo

📋 copy color: '#36018C'

red 54 ◦ green 1 ◦ blue 140

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

Shades of Persian Indigo #36018C

Tints of Persian Indigo #36018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 71.79%

R = 27.69%
G = 0.51%
B = 71.79%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36018C (or 0x36018C) is known color: Persian Indigo. HEX triplet: 36, 01 and 8C. RGB value is (54,1,140). Sum of RGB (Red+Green+Blue) = 54+1+140=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #36018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36018C is #C9FE73. Grayscale: #202020. Windows color (decimal): -13237876 or 9175350. OLE color: 9175350.

HSL color Cylindrical-coordinate representation of color #36018C: hue angle of 262.88º 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 #36018C is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 1 140 -
CMYK 0.61 0.99 0 0.45
HSL 262.88º 0.99% 0.28% -
HSV(B) 262.88º 0.99% 0.55% -
XYZ 6.27 2.7 25 -
YUV 32.69 188.56 143.2 -
System Red Green Blue C M Y K H S L
Decimal 54 1 140 0.61 0.99 0 0.45 262.88 0.99 0.28
Hex 36 1 8C 3D 63 0 2D 107 63 1C
Octal 66 1 214 75 143 0 55 407 143 34
Binary 110110 1 10001100 111101 1100011 0 101101 100000111 1100011 11100

Color Harmonies of #36018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36018C

Black with #36018C

Text Example


Text Example

White with #36018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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