Html Css Color HEX #360565 Persian Indigo

📋 copy color: '#360565'

red 54 ◦ green 5 ◦ blue 101

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

Shades of Persian Indigo #360565

Tints of Persian Indigo #360565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 63.13%

R = 33.75%
G = 3.13%
B = 63.13%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#360565 (or 0x360565) is known color: Persian Indigo. HEX triplet: 36, 05 and 65. RGB value is (54,5,101). Sum of RGB (Red+Green+Blue) = 54+5+101=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #360565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360565 is #C9FA9A. Grayscale: #1E1E1E. Windows color (decimal): -13236891 or 6620470. OLE color: 6620470.

HSL color Cylindrical-coordinate representation of color #360565: hue angle of 270.62º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360565 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 5 101 -
CMYK 0.47 0.95 0 0.60
HSL 270.63º 0.91% 0.21% -
HSV(B) 270.63º 0.95% 0.4% -
XYZ 3.92 1.83 12.46 -
YUV 30.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 54 5 101 0.47 0.95 0 0.60 270.63 0.91 0.21
Hex 36 5 65 2F 5F 0 3C 10F 5B 15
Octal 66 5 145 57 137 0 74 417 133 25
Binary 110110 101 1100101 101111 1011111 0 111100 100001111 1011011 10101

Color Harmonies of #360565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360565

Black with #360565

Text Example


Text Example

White with #360565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360565; }

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

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

background-color css

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

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

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

border-color css

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

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

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