Html Css Color HEX #36198C Persian Indigo

📋 copy color: '#36198C'

red 54 ◦ green 25 ◦ blue 140

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

Shades of Persian Indigo #36198C

Tints of Persian Indigo #36198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

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

R = 24.66%
G = 11.42%
B = 63.93%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36198C (or 0x36198C) is known color: Persian Indigo. HEX triplet: 36, 19 and 8C. RGB value is (54,25,140). Sum of RGB (Red+Green+Blue) = 54+25+140=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #36198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36198C is #C9E673. Grayscale: #2E2E2E. Windows color (decimal): -13231732 or 9181494. OLE color: 9181494.

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

Color convert

RGB 54 25 140 -
CMYK 0.61 0.82 0 0.45
HSL 255.13º 0.7% 0.32% -
HSV(B) 255.13º 0.82% 0.55% -
XYZ 6.6 3.37 25.11 -
YUV 46.78 180.61 133.15 -
System Red Green Blue C M Y K H S L
Decimal 54 25 140 0.61 0.82 0 0.45 255.13 0.7 0.32
Hex 36 19 8C 3D 52 0 2D FF 46 20
Octal 66 31 214 75 122 0 55 377 106 40
Binary 110110 11001 10001100 111101 1010010 0 101101 11111111 1000110 100000

Color Harmonies of #36198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36198C

Black with #36198C

Text Example


Text Example

White with #36198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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