Html Css Color HEX #60089B Indigo

📋 copy color: '#60089B'

red 96 ◦ green 8 ◦ blue 155

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

Shades of Indigo #60089B

Tints of Indigo #60089B

RGB

 RED value IS 96 (37.89% from 255) = 37.07%

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 155 (60.94% from 255) = 59.85%

R = 37.07%
G = 3.09%
B = 59.85%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60089B (or 0x60089B) is known color: Indigo. HEX triplet: 60, 08 and 9B. RGB value is (96,8,155). Sum of RGB (Red+Green+Blue) = 96+8+155=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #60089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60089B is #9FF764. Grayscale: #323232. Windows color (decimal): -10483557 or 10160224. OLE color: 10160224.

HSL color Cylindrical-coordinate representation of color #60089B: hue angle of 275.92º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60089B is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 8 155 -
CMYK 0.38 0.95 0 0.39
HSL 275.92º 0.9% 0.32% -
HSV(B) 275.92º 0.95% 0.61% -
XYZ 10.83 5.03 31.41 -
YUV 51.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 96 8 155 0.38 0.95 0 0.39 275.92 0.9 0.32
Hex 60 8 9B 26 5F 0 27 114 5A 20
Octal 140 10 233 46 137 0 47 424 132 40
Binary 1100000 1000 10011011 100110 1011111 0 100111 100010100 1011010 100000

Color Harmonies of #60089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60089B

Black with #60089B

Text Example


Text Example

White with #60089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60089B; }

 p { color: rgb(96,8,155); }

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

background-color css

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

 a { background-color: rgb(96,8,155); }

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

border-color css

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

 span { border-color: rgb(96,8,155); }

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