Html Css Color HEX #360084 Persian Indigo

📋 copy color: '#360084'

red 54 ◦ green 0 ◦ blue 132

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

Shades of Persian Indigo #360084

Tints of Persian Indigo #360084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 70.97%

R = 29.03%
G = 0%
B = 70.97%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#360084 (or 0x360084) is known color: Persian Indigo. HEX triplet: 36, 00 and 84. RGB value is (54,0,132). Sum of RGB (Red+Green+Blue) = 54+0+132=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #360084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360084 is #C9FF7B. Grayscale: #1E1E1E. Windows color (decimal): -13238140 or 8650806. OLE color: 8650806.

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

Color convert

RGB 54 0 132 -
CMYK 0.59 1 0 0.48
HSL 264.55º 1% 0.26% -
HSV(B) 264.55º 1% 0.52% -
XYZ 5.69 2.45 22 -
YUV 31.19 184.89 144.27 -
System Red Green Blue C M Y K H S L
Decimal 54 0 132 0.59 1 0 0.48 264.55 1 0.26
Hex 36 0 84 3B 64 0 30 109 64 1A
Octal 66 0 204 73 144 0 60 411 144 32
Binary 110110 0 10000100 111011 1100100 0 110000 100001001 1100100 11010

Color Harmonies of #360084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360084

Black with #360084

Text Example


Text Example

White with #360084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360084; }

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

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

background-color css

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

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

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

border-color css

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

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

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