Html Css Color HEX #36188C Persian Indigo

📋 copy color: '#36188C'

red 54 ◦ green 24 ◦ blue 140

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

Shades of Persian Indigo #36188C

Tints of Persian Indigo #36188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

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

R = 24.77%
G = 11.01%
B = 64.22%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36188C (or 0x36188C) is known color: Persian Indigo. HEX triplet: 36, 18 and 8C. RGB value is (54,24,140). Sum of RGB (Red+Green+Blue) = 54+24+140=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #36188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36188C is #C9E773. Grayscale: #2D2D2D. Windows color (decimal): -13231988 or 9181238. OLE color: 9181238.

HSL color Cylindrical-coordinate representation of color #36188C: hue angle of 255.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36188C is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 24 140 -
CMYK 0.61 0.83 0 0.45
HSL 255.52º 0.71% 0.32% -
HSV(B) 255.52º 0.83% 0.55% -
XYZ 6.58 3.33 25.11 -
YUV 46.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 54 24 140 0.61 0.83 0 0.45 255.52 0.71 0.32
Hex 36 18 8C 3D 53 0 2D 100 47 20
Octal 66 30 214 75 123 0 55 400 107 40
Binary 110110 11000 10001100 111101 1010011 0 101101 100000000 1000111 100000

Color Harmonies of #36188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36188C

Black with #36188C

Text Example


Text Example

White with #36188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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