Html Css Color HEX #360597 Persian Indigo

📋 copy color: '#360597'

red 54 ◦ green 5 ◦ blue 151

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

Shades of Persian Indigo #360597

Tints of Persian Indigo #360597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 71.9%

R = 25.71%
G = 2.38%
B = 71.9%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#360597 (or 0x360597) is known color: Persian Indigo. HEX triplet: 36, 05 and 97. RGB value is (54,5,151). Sum of RGB (Red+Green+Blue) = 54+5+151=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #360597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360597 is #C9FA68. Grayscale: #232323. Windows color (decimal): -13236841 or 9897270. OLE color: 9897270.

HSL color Cylindrical-coordinate representation of color #360597: hue angle of 260.14º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360597 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 5 151 -
CMYK 0.64 0.97 0 0.41
HSL 260.14º 0.94% 0.31% -
HSV(B) 260.14º 0.97% 0.59% -
XYZ 7.16 3.13 29.5 -
YUV 36.3 192.73 140.63 -
System Red Green Blue C M Y K H S L
Decimal 54 5 151 0.64 0.97 0 0.41 260.14 0.94 0.31
Hex 36 5 97 40 61 0 29 104 5E 1F
Octal 66 5 227 100 141 0 51 404 136 37
Binary 110110 101 10010111 1000000 1100001 0 101001 100000100 1011110 11111

Color Harmonies of #360597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360597

Black with #360597

Text Example


Text Example

White with #360597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360597; }

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

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

background-color css

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

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

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

border-color css

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

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

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