Html Css Color HEX #360686 Persian Indigo

📋 copy color: '#360686'

red 54 ◦ green 6 ◦ blue 134

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

Shades of Persian Indigo #360686

Tints of Persian Indigo #360686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

 BLUE value IS 134 (52.73% from 255) = 69.07%

R = 27.84%
G = 3.09%
B = 69.07%

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

#360686 (or 0x360686) is known color: Persian Indigo. HEX triplet: 36, 06 and 86. RGB value is (54,6,134). Sum of RGB (Red+Green+Blue) = 54+6+134=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #360686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360686 is #C9F979. Grayscale: #222222. Windows color (decimal): -13236602 or 8783414. OLE color: 8783414.

HSL color Cylindrical-coordinate representation of color #360686: hue angle of 262.5º degrees, saturation: 0.91, 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 #360686 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 6 134 -
CMYK 0.60 0.96 0 0.47
HSL 262.5º 0.91% 0.27% -
HSV(B) 262.5º 0.96% 0.53% -
XYZ 5.89 2.64 22.75 -
YUV 34.94 183.9 141.59 -
System Red Green Blue C M Y K H S L
Decimal 54 6 134 0.60 0.96 0 0.47 262.5 0.91 0.27
Hex 36 6 86 3C 60 0 2F 106 5B 1B
Octal 66 6 206 74 140 0 57 406 133 33
Binary 110110 110 10000110 111100 1100000 0 101111 100000110 1011011 11011

Color Harmonies of #360686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360686

Black with #360686

Text Example


Text Example

White with #360686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360686; }

 p { color: rgb(54,6,134); }

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

background-color css

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

 a { background-color: rgb(54,6,134); }

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

border-color css

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

 span { border-color: rgb(54,6,134); }

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