Html Css Color HEX #600B8B Indigo

📋 copy color: '#600B8B'

red 96 ◦ green 11 ◦ blue 139

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

Shades of Indigo #600B8B

Tints of Indigo #600B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.47%

 BLUE value IS 139 (54.69% from 255) = 56.5%

R = 39.02%
G = 4.47%
B = 56.5%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#600B8B (or 0x600B8B) is known color: Indigo. HEX triplet: 60, 0B and 8B. RGB value is (96,11,139). Sum of RGB (Red+Green+Blue) = 96+11+139=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #600B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600B8B is #9FF474. Grayscale: #323232. Windows color (decimal): -10482805 or 9112416. OLE color: 9112416.

HSL color Cylindrical-coordinate representation of color #600B8B: hue angle of 279.84º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600B8B is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 11 139 -
CMYK 0.31 0.92 0 0.45
HSL 279.84º 0.85% 0.29% -
HSV(B) 279.84º 0.92% 0.55% -
XYZ 9.6 4.59 24.81 -
YUV 51.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 96 11 139 0.31 0.92 0 0.45 279.84 0.85 0.29
Hex 60 B 8B 1F 5C 0 2D 118 55 1D
Octal 140 13 213 37 134 0 55 430 125 35
Binary 1100000 1011 10001011 11111 1011100 0 101101 100011000 1010101 11101

Color Harmonies of #600B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B8B

Black with #600B8B

Text Example


Text Example

White with #600B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600B8B; }

 p { color: rgb(96,11,139); }

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

background-color css

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

 a { background-color: rgb(96,11,139); }

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

border-color css

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

 span { border-color: rgb(96,11,139); }

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