Html Css Color HEX #360080 Persian Indigo

📋 copy color: '#360080'

red 54 ◦ green 0 ◦ blue 128

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

Shades of Persian Indigo #360080

Tints of Persian Indigo #360080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 70.33%

R = 29.67%
G = 0%
B = 70.33%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#360080 (or 0x360080) is known color: Persian Indigo. HEX triplet: 36, 00 and 80. RGB value is (54,0,128). Sum of RGB (Red+Green+Blue) = 54+0+128=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #360080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360080 is #C9FF7F. Grayscale: #1E1E1E. Windows color (decimal): -13238144 or 8388662. OLE color: 8388662.

HSL color Cylindrical-coordinate representation of color #360080: hue angle of 265.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360080 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 0 128 -
CMYK 0.58 1 0 0.50
HSL 265.31º 1% 0.25% -
HSV(B) 265.31º 1% 0.5% -
XYZ 5.42 2.34 20.59 -
YUV 30.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 54 0 128 0.58 1 0 0.50 265.31 1 0.25
Hex 36 0 80 3A 64 0 32 109 64 19
Octal 66 0 200 72 144 0 62 411 144 31
Binary 110110 0 10000000 111010 1100100 0 110010 100001001 1100100 11001

Color Harmonies of #360080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360080

Black with #360080

Text Example


Text Example

White with #360080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360080; }

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

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

background-color css

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

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

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

border-color css

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

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

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