Html Css Color HEX #360592 Persian Indigo

📋 copy color: '#360592'

red 54 ◦ green 5 ◦ blue 146

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

Shades of Persian Indigo #360592

Tints of Persian Indigo #360592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 71.22%

R = 26.34%
G = 2.44%
B = 71.22%

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

#360592 (or 0x360592) is known color: Persian Indigo. HEX triplet: 36, 05 and 92. RGB value is (54,5,146). Sum of RGB (Red+Green+Blue) = 54+5+146=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #360592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360592 is #C9FA6D. Grayscale: #232323. Windows color (decimal): -13236846 or 9569590. OLE color: 9569590.

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

Color convert

RGB 54 5 146 -
CMYK 0.63 0.97 0 0.43
HSL 260.85º 0.93% 0.3% -
HSV(B) 260.85º 0.97% 0.57% -
XYZ 6.76 2.97 27.41 -
YUV 35.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 54 5 146 0.63 0.97 0 0.43 260.85 0.93 0.3
Hex 36 5 92 3F 61 0 2B 105 5D 1E
Octal 66 5 222 77 141 0 53 405 135 36
Binary 110110 101 10010010 111111 1100001 0 101011 100000101 1011101 11110

Color Harmonies of #360592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360592

Black with #360592

Text Example


Text Example

White with #360592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360592; }

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

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

background-color css

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

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

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

border-color css

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

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

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