Html Css Color HEX #360180 Persian Indigo

📋 copy color: '#360180'

red 54 ◦ green 1 ◦ blue 128

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

Shades of Persian Indigo #360180

Tints of Persian Indigo #360180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 29.51%
G = 0.55%
B = 69.95%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#360180 (or 0x360180) is known color: Persian Indigo. HEX triplet: 36, 01 and 80. RGB value is (54,1,128). Sum of RGB (Red+Green+Blue) = 54+1+128=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #360180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360180 is #C9FE7F. Grayscale: #1E1E1E. Windows color (decimal): -13237888 or 8388918. OLE color: 8388918.

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

Color convert

RGB 54 1 128 -
CMYK 0.58 0.99 0 0.50
HSL 265.04º 0.98% 0.25% -
HSV(B) 265.04º 0.99% 0.5% -
XYZ 5.43 2.36 20.59 -
YUV 31.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 54 1 128 0.58 0.99 0 0.50 265.04 0.98 0.25
Hex 36 1 80 3A 63 0 32 109 62 19
Octal 66 1 200 72 143 0 62 411 142 31
Binary 110110 1 10000000 111010 1100011 0 110010 100001001 1100010 11001

Color Harmonies of #360180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360180

Black with #360180

Text Example


Text Example

White with #360180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360180; }

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

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

background-color css

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

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

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

border-color css

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

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

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