Html Css Color HEX #360577 Persian Indigo

📋 copy color: '#360577'

red 54 ◦ green 5 ◦ blue 119

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

Shades of Persian Indigo #360577

Tints of Persian Indigo #360577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 66.85%

R = 30.34%
G = 2.81%
B = 66.85%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#360577 (or 0x360577) is known color: Persian Indigo. HEX triplet: 36, 05 and 77. RGB value is (54,5,119). Sum of RGB (Red+Green+Blue) = 54+5+119=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #360577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360577 is #C9FA88. Grayscale: #202020. Windows color (decimal): -13236873 or 7800118. OLE color: 7800118.

HSL color Cylindrical-coordinate representation of color #360577: hue angle of 265.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360577 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 5 119 -
CMYK 0.55 0.96 0 0.53
HSL 265.79º 0.92% 0.24% -
HSV(B) 265.79º 0.96% 0.47% -
XYZ 4.91 2.22 17.62 -
YUV 32.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 54 5 119 0.55 0.96 0 0.53 265.79 0.92 0.24
Hex 36 5 77 37 60 0 35 10A 5C 18
Octal 66 5 167 67 140 0 65 412 134 30
Binary 110110 101 1110111 110111 1100000 0 110101 100001010 1011100 11000

Color Harmonies of #360577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360577

Black with #360577

Text Example


Text Example

White with #360577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360577; }

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

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

background-color css

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

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

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

border-color css

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

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

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