Html Css Color HEX #361180 Persian Indigo

📋 copy color: '#361180'

red 54 ◦ green 17 ◦ blue 128

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

Shades of Persian Indigo #361180

Tints of Persian Indigo #361180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.54%

 BLUE value IS 128 (50.39% from 255) = 64.32%

R = 27.14%
G = 8.54%
B = 64.32%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#361180 (or 0x361180) is known color: Persian Indigo. HEX triplet: 36, 11 and 80. RGB value is (54,17,128). Sum of RGB (Red+Green+Blue) = 54+17+128=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #361180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361180 is #C9EE7F. Grayscale: #282828. Windows color (decimal): -13233792 or 8393014. OLE color: 8393014.

HSL color Cylindrical-coordinate representation of color #361180: hue angle of 260º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361180 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 17 128 -
CMYK 0.58 0.87 0 0.50
HSL 260º 0.77% 0.28% -
HSV(B) 260º 0.87% 0.5% -
XYZ 5.62 2.74 20.66 -
YUV 40.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 54 17 128 0.58 0.87 0 0.50 260 0.77 0.28
Hex 36 11 80 3A 57 0 32 104 4D 1C
Octal 66 21 200 72 127 0 62 404 115 34
Binary 110110 10001 10000000 111010 1010111 0 110010 100000100 1001101 11100

Color Harmonies of #361180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361180

Black with #361180

Text Example


Text Example

White with #361180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361180; }

 p { color: rgb(54,17,128); }

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

background-color css

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

 a { background-color: rgb(54,17,128); }

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

border-color css

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

 span { border-color: rgb(54,17,128); }

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