Html Css Color HEX #600C73 Indigo

📋 copy color: '#600C73'

red 96 ◦ green 12 ◦ blue 115

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

Shades of Indigo #600C73

Tints of Indigo #600C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.38%

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 43.05%
G = 5.38%
B = 51.57%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600C73 (or 0x600C73) is known color: Indigo. HEX triplet: 60, 0C and 73. RGB value is (96,12,115). Sum of RGB (Red+Green+Blue) = 96+12+115=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #600C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C73 is #9FF38C. Grayscale: #303030. Windows color (decimal): -10482573 or 7539808. OLE color: 7539808.

HSL color Cylindrical-coordinate representation of color #600C73: hue angle of 288.93º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600C73 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 12 115 -
CMYK 0.17 0.90 0 0.55
HSL 288.93º 0.81% 0.25% -
HSV(B) 288.93º 0.9% 0.45% -
XYZ 8.05 3.99 16.57 -
YUV 48.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 96 12 115 0.17 0.90 0 0.55 288.93 0.81 0.25
Hex 60 C 73 11 5A 0 37 121 51 19
Octal 140 14 163 21 132 0 67 441 121 31
Binary 1100000 1100 1110011 10001 1011010 0 110111 100100001 1010001 11001

Color Harmonies of #600C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C73

Black with #600C73

Text Example


Text Example

White with #600C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,12,115); }

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

background-color css

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

 a { background-color: rgb(96,12,115); }

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

border-color css

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

 span { border-color: rgb(96,12,115); }

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