Html Css Color HEX #360587 Persian Indigo

📋 copy color: '#360587'

red 54 ◦ green 5 ◦ blue 135

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

Shades of Persian Indigo #360587

Tints of Persian Indigo #360587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 69.59%

R = 27.84%
G = 2.58%
B = 69.59%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#360587 (or 0x360587) is known color: Persian Indigo. HEX triplet: 36, 05 and 87. RGB value is (54,5,135). Sum of RGB (Red+Green+Blue) = 54+5+135=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #360587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360587 is #C9FA78. Grayscale: #222222. Windows color (decimal): -13236857 or 8848694. OLE color: 8848694.

HSL color Cylindrical-coordinate representation of color #360587: hue angle of 262.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360587 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 5 135 -
CMYK 0.60 0.96 0 0.47
HSL 262.62º 0.93% 0.27% -
HSV(B) 262.62º 0.96% 0.53% -
XYZ 5.95 2.64 23.12 -
YUV 34.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 54 5 135 0.60 0.96 0 0.47 262.62 0.93 0.27
Hex 36 5 87 3C 60 0 2F 107 5D 1B
Octal 66 5 207 74 140 0 57 407 135 33
Binary 110110 101 10000111 111100 1100000 0 101111 100000111 1011101 11011

Color Harmonies of #360587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360587

Black with #360587

Text Example


Text Example

White with #360587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360587; }

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

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

background-color css

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

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

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

border-color css

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

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

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