Html Css Color HEX #360591 Persian Indigo

📋 copy color: '#360591'

red 54 ◦ green 5 ◦ blue 145

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

Shades of Persian Indigo #360591

Tints of Persian Indigo #360591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 71.08%

R = 26.47%
G = 2.45%
B = 71.08%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#360591 (or 0x360591) is known color: Persian Indigo. HEX triplet: 36, 05 and 91. RGB value is (54,5,145). Sum of RGB (Red+Green+Blue) = 54+5+145=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #360591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360591 is #C9FA6E. Grayscale: #232323. Windows color (decimal): -13236847 or 9504054. OLE color: 9504054.

HSL color Cylindrical-coordinate representation of color #360591: hue angle of 261º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360591 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 5 145 -
CMYK 0.63 0.97 0 0.43
HSL 261º 0.93% 0.29% -
HSV(B) 261º 0.97% 0.57% -
XYZ 6.69 2.94 27 -
YUV 35.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 54 5 145 0.63 0.97 0 0.43 261 0.93 0.29
Hex 36 5 91 3F 61 0 2B 105 5D 1D
Octal 66 5 221 77 141 0 53 405 135 35
Binary 110110 101 10010001 111111 1100001 0 101011 100000101 1011101 11101

Color Harmonies of #360591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360591

Black with #360591

Text Example


Text Example

White with #360591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360591; }

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

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

background-color css

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

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

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

border-color css

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

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

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