Html Css Color HEX #360680 Persian Indigo

📋 copy color: '#360680'

red 54 ◦ green 6 ◦ blue 128

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

Shades of Persian Indigo #360680

Tints of Persian Indigo #360680

RGB

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

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

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

R = 28.72%
G = 3.19%
B = 68.09%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#360680 (or 0x360680) is known color: Persian Indigo. HEX triplet: 36, 06 and 80. RGB value is (54,6,128). Sum of RGB (Red+Green+Blue) = 54+6+128=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #360680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360680 is #C9F97F. Grayscale: #212121. Windows color (decimal): -13236608 or 8390198. OLE color: 8390198.

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

Color convert

RGB 54 6 128 -
CMYK 0.58 0.95 0 0.50
HSL 263.61º 0.91% 0.26% -
HSV(B) 263.61º 0.95% 0.5% -
XYZ 5.48 2.47 20.61 -
YUV 34.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 54 6 128 0.58 0.95 0 0.50 263.61 0.91 0.26
Hex 36 6 80 3A 5F 0 32 108 5B 1A
Octal 66 6 200 72 137 0 62 410 133 32
Binary 110110 110 10000000 111010 1011111 0 110010 100001000 1011011 11010

Color Harmonies of #360680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360680

Black with #360680

Text Example


Text Example

White with #360680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360680; }

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

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

background-color css

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

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

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

border-color css

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

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

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