Html Css Color HEX #361880 Persian Indigo

📋 copy color: '#361880'

red 54 ◦ green 24 ◦ blue 128

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

Shades of Persian Indigo #361880

Tints of Persian Indigo #361880

RGB

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

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

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

R = 26.21%
G = 11.65%
B = 62.14%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#361880 (or 0x361880) is known color: Persian Indigo. HEX triplet: 36, 18 and 80. RGB value is (54,24,128). Sum of RGB (Red+Green+Blue) = 54+24+128=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #361880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361880 is #C9E77F. Grayscale: #2C2C2C. Windows color (decimal): -13232000 or 8394806. OLE color: 8394806.

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

Color convert

RGB 54 24 128 -
CMYK 0.58 0.81 0 0.50
HSL 257.31º 0.68% 0.3% -
HSV(B) 257.31º 0.81% 0.5% -
XYZ 5.74 3 20.7 -
YUV 44.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 54 24 128 0.58 0.81 0 0.50 257.31 0.68 0.3
Hex 36 18 80 3A 51 0 32 101 44 1E
Octal 66 30 200 72 121 0 62 401 104 36
Binary 110110 11000 10000000 111010 1010001 0 110010 100000001 1000100 11110

Color Harmonies of #361880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361880

Black with #361880

Text Example


Text Example

White with #361880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361880; }

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

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

background-color css

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

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

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

border-color css

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

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

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