Html Css Color HEX #360595 Persian Indigo

📋 copy color: '#360595'

red 54 ◦ green 5 ◦ blue 149

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

Shades of Persian Indigo #360595

Tints of Persian Indigo #360595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.63%

R = 25.96%
G = 2.4%
B = 71.63%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360595 (or 0x360595) is known color: Persian Indigo. HEX triplet: 36, 05 and 95. RGB value is (54,5,149). Sum of RGB (Red+Green+Blue) = 54+5+149=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #360595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360595 is #C9FA6A. Grayscale: #232323. Windows color (decimal): -13236843 or 9766198. OLE color: 9766198.

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

Color convert

RGB 54 5 149 -
CMYK 0.64 0.97 0 0.42
HSL 260.42º 0.94% 0.3% -
HSV(B) 260.42º 0.97% 0.58% -
XYZ 7 3.06 28.66 -
YUV 36.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 54 5 149 0.64 0.97 0 0.42 260.42 0.94 0.3
Hex 36 5 95 40 61 0 2A 104 5E 1E
Octal 66 5 225 100 141 0 52 404 136 36
Binary 110110 101 10010101 1000000 1100001 0 101010 100000100 1011110 11110

Color Harmonies of #360595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360595

Black with #360595

Text Example


Text Example

White with #360595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360595; }

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

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

background-color css

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

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

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

border-color css

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

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

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