Html Css Color HEX #360573 Persian Indigo

📋 copy color: '#360573'

red 54 ◦ green 5 ◦ blue 115

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

Shades of Persian Indigo #360573

Tints of Persian Indigo #360573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 31.03%
G = 2.87%
B = 66.09%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360573 (or 0x360573) is known color: Persian Indigo. HEX triplet: 36, 05 and 73. RGB value is (54,5,115). Sum of RGB (Red+Green+Blue) = 54+5+115=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #360573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360573 is #C9FA8C. Grayscale: #1F1F1F. Windows color (decimal): -13236877 or 7537974. OLE color: 7537974.

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

Color convert

RGB 54 5 115 -
CMYK 0.53 0.96 0 0.55
HSL 266.73º 0.92% 0.24% -
HSV(B) 266.73º 0.96% 0.45% -
XYZ 4.67 2.13 16.38 -
YUV 32.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 54 5 115 0.53 0.96 0 0.55 266.73 0.92 0.24
Hex 36 5 73 35 60 0 37 10B 5C 18
Octal 66 5 163 65 140 0 67 413 134 30
Binary 110110 101 1110011 110101 1100000 0 110111 100001011 1011100 11000

Color Harmonies of #360573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360573

Black with #360573

Text Example


Text Example

White with #360573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360573; }

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

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

background-color css

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

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

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

border-color css

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

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

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