Html Css Color HEX #360086 Persian Indigo

📋 copy color: '#360086'

red 54 ◦ green 0 ◦ blue 134

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

Shades of Persian Indigo #360086

Tints of Persian Indigo #360086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.72%
G = 0%
B = 71.28%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#360086 (or 0x360086) is known color: Persian Indigo. HEX triplet: 36, 00 and 86. RGB value is (54,0,134). Sum of RGB (Red+Green+Blue) = 54+0+134=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #360086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360086 is #C9FF79. Grayscale: #1E1E1E. Windows color (decimal): -13238138 or 8781878. OLE color: 8781878.

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

Color convert

RGB 54 0 134 -
CMYK 0.60 1 0 0.47
HSL 264.18º 1% 0.26% -
HSV(B) 264.18º 1% 0.53% -
XYZ 5.82 2.51 22.73 -
YUV 31.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 54 0 134 0.60 1 0 0.47 264.18 1 0.26
Hex 36 0 86 3C 64 0 2F 108 64 1A
Octal 66 0 206 74 144 0 57 410 144 32
Binary 110110 0 10000110 111100 1100100 0 101111 100001000 1100100 11010

Color Harmonies of #360086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360086

Black with #360086

Text Example


Text Example

White with #360086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360086; }

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

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

background-color css

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

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

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

border-color css

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

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

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