Html Css Color HEX #360580 Persian Indigo

📋 copy color: '#360580'

red 54 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #360580

Tints of Persian Indigo #360580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 28.88%
G = 2.67%
B = 68.45%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#360580 (or 0x360580) is known color: Persian Indigo. HEX triplet: 36, 05 and 80. RGB value is (54,5,128). Sum of RGB (Red+Green+Blue) = 54+5+128=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #360580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360580 is #C9FA7F. Grayscale: #212121. Windows color (decimal): -13236864 or 8389942. OLE color: 8389942.

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

Color convert

RGB 54 5 128 -
CMYK 0.58 0.96 0 0.50
HSL 263.9º 0.92% 0.26% -
HSV(B) 263.9º 0.96% 0.5% -
XYZ 5.47 2.45 20.61 -
YUV 33.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 54 5 128 0.58 0.96 0 0.50 263.9 0.92 0.26
Hex 36 5 80 3A 60 0 32 108 5C 1A
Octal 66 5 200 72 140 0 62 410 134 32
Binary 110110 101 10000000 111010 1100000 0 110010 100001000 1011100 11010

Color Harmonies of #360580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360580

Black with #360580

Text Example


Text Example

White with #360580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360580; }

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

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

background-color css

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

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

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

border-color css

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

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

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